Skip to content

Commit

Permalink
chore: add fedi links
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 5, 2024
1 parent eda995b commit c7765c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<section class="column">
<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://lea.pet/@upryzing">Upryzing on the Fediverse</a>
<a href="https://discord.gg/Zst96h5ABV">Discord</a>
</section>
</div>
Expand Down
4 changes: 1 addition & 3 deletions src/components/HeaderBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ const { variant, isFilled } = Astro.props;
{
variant !== "centred" && (
<div class="actions-container">
{/* TODO: uncomment once we have an account
<a class="fedi" href="#" aria-label="Upryzing's Fediverse account">
<a class="fedi" href="https://lea.pet/@upryzing" aria-label="Upryzing's Fediverse account">
<Icon
fill="hsl(var(--accent-hue), 100%, 95%);"
size={24}
name="ph:fediverse-logo"
/>
</a>
*/}
<a class="github" href="https://github.com/upryzing" aria-label="Upryzing's GitHub organisation">
<Icon
fill="hsl(var(--accent-hue), 100%, 95%);"
Expand Down

0 comments on commit c7765c0

Please sign in to comment.