Skip to content

Commit

Permalink
Merge pull request #13 from sneexy-boi/main
Browse files Browse the repository at this point in the history
Update fediverse links
  • Loading branch information
tulpenkiste authored Mar 3, 2025
2 parents 9fa7ef4 + 6ad6ff7 commit 342853a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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" rel="me">GitHub</a>
<a href="https://lea.pet/@upryzing">Upryzing on the Fediverse</a>
<a href="https://ap.upryzing.app/@upryzing">Upryzing on the Fediverse</a>
<a href="https://bsky.app/profile/upryzing.app">Bluesky</a>
<a href="https://discord.gg/Zst96h5ABV">Discord</a>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/components/HeaderBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const { variant, isFilled } = Astro.props;
{
variant !== "centred" && (
<div class="actions-container">
<a class="fedi" href="https://lea.pet/@upryzing" aria-label="Upryzing's Fediverse account">
<a class="fedi" href="https://ap.upryzing.app/@upryzing" aria-label="Upryzing's Fediverse account">
<Icon
fill="hsl(var(--accent-hue), 100%, 95%);"
size={24}
Expand Down

0 comments on commit 342853a

Please sign in to comment.