Skip to content

Commit

Permalink
chore: clean up footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Sep 17, 2024
1 parent 4f44f38 commit a1c5767
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions src/app/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const Footer = () => (
src={icons.default}
style={{ marginRight: "16px" }}
/>
<Text style={{ textTransform: "capitalize" }}>{name}</Text>
<Text style={{ textTransform: "capitalize" }}>
{name}
</Text>
</a>
</div>
))}
Expand All @@ -51,26 +53,11 @@ const Footer = () => (
<Text>Project Teams</Text>
</Link>
</div>
<div>
<Link to="/mentorship">
<Text>Mentorship</Text>
</Link>
</div>
<div>
<Link to="/merch/">
<Text>Merch</Text>
</Link>
</div>
<div>
<Link to="/designathons/">
<Text>Design-a-thon</Text>
</Link>
</div>
<div>
<a target="noreferer" href="https://medium.com/@designatuci">
<Text>Board Blogs</Text>
</a>
</div>
<div>
<a
target="noreferer"
Expand Down

0 comments on commit a1c5767

Please sign in to comment.