Skip to content

Commit

Permalink
feat: add Bluesky link
Browse files Browse the repository at this point in the history
fixes #5
  • Loading branch information
Rexogamer committed Jan 25, 2025
1 parent e75bdd4 commit 33051d3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@iconify-json/fa-brands": "^1.1.8",
"@iconify-json/fa-solid": "^1.1.8",
"@iconify-json/material-symbols": "^1.1.82",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/ph": "^1.2.2",
"astro": "^4.9.3",
"astro-icon": "^1.1.0"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@astrojs/check": "^0.5.10",
"@types/node": "^20.14.11",
"local-pkg": "^0.5.0",
"typescript": "^5.4.5"
}
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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" rel="me">GitHub</a>
<a href="https://lea.pet/@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>
</div>
Expand Down
7 changes: 7 additions & 0 deletions src/components/HeaderBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ const { variant, isFilled } = Astro.props;
name="ph:fediverse-logo"
/>
</a>
<a class="bluesky" href="https://bsky.app/profile/upryzing.app" aria-label="Upryzing's Bluesky account">
<Icon
fill="hsl(var(--accent-hue), 100%, 95%);"
size={24}
name="ph:butterfly"
/>
</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 33051d3

Please sign in to comment.