Skip to content

Commit

Permalink
i dont really know why this is here oop-
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Mar 28, 2024
1 parent c649291 commit 2affb7f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/pages/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ const links = [

function Footer() {
const items = links.map((link) => (
<Anchor<'a'>
c="dimmed"
key={link.label}
href={link.link}
onClick={(event) => event.preventDefault()}
size="sm"
>
<Anchor<'a'> c="dimmed" key={link.label} href={link.link} size="sm">
{link.label}
</Anchor>
));
Expand Down

0 comments on commit 2affb7f

Please sign in to comment.