Skip to content

Commit

Permalink
chore: deleted unwanted line.
Browse files Browse the repository at this point in the history
  • Loading branch information
viraka committed May 30, 2024
1 parent 432fe76 commit 94c8e2b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/modules/Public/Donation/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ import {
RiFacebookBoxFill
} from "react-icons/ri";



export default function Footer() {
return (
<footer className={styles.footer}>
<div className={styles.container}>
<div className={styles.footerLogo}>
<Link to="https://mulearn.org/"><img src="https://i.ibb.co/FDQ2M4n/Learn.png" alt="mulearn" /></Link>
<p>µLearn is one of India's largest student communities that provides learn new skills, network with peers. Oru line koode venam just to make it aesthetic.</p>
<Link to="https://mulearn.org/">
<img
src="https://i.ibb.co/FDQ2M4n/Learn.png"
alt="mulearn"
/>
</Link>
</div>
{footerData.map((data, index) => {
return (
Expand All @@ -43,7 +45,9 @@ export default function Footer() {
})}
</div>
<hr />
<div className={[styles.container, styles.centerContainer].join(" ")}>
<div
className={[styles.container, styles.centerContainer].join(" ")}
>
<div className={styles.socialMedia}>
<a
target="_blank"
Expand Down

0 comments on commit 94c8e2b

Please sign in to comment.