Skip to content

Commit

Permalink
chore: add Discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 4, 2024
1 parent 6d68650 commit eda995b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<h2>Socials</h2>
<a href="https://github.com/upryzing">GitHub</a>
<!-- TODO: create an account <a href="#">Upryzing on the fediverse</a> -->
<a href="https://discord.gg/Zst96h5ABV">Discord</a>
</section>
</div>
<div class="credits row">
Expand Down
7 changes: 7 additions & 0 deletions src/components/HeaderBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ const { variant, isFilled } = Astro.props;
name="ph:github-logo"
/>
</a>
<a class="discord" href="https://discord.gg/Zst96h5ABV" aria-label="Upryzing's Discord server">
<Icon
fill="hsl(var(--accent-hue), 100%, 95%);"
size={24}
name="ph:discord-logo"
/>
</a>
</div>
)
}
Expand Down

1 comment on commit eda995b

@tulpenkiste
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too speedy... 😭

Please sign in to comment.