Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Aug 10, 2024
1 parent e210366 commit 6122761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/contact.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { links } from "src/data/links";
</ButtonLink>
</li>
<li>
<ButtonLink href={links.twitch}>
<ButtonLink href={links.discord}>
Discord
</ButtonLink>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const allBlogPosts = (await getCollection('blog')).slice(-3);
</ButtonLink>
</li>
<li>
<ButtonLink href={links.twitch}>
<ButtonLink href={links.discord}>
Discord
</ButtonLink>
</li>
Expand Down

0 comments on commit 6122761

Please sign in to comment.