Skip to content

Commit 5ef62ef

Browse files
authored
Merge pull request #147 from ljstella/main
feat: add bluesky to Social component
2 parents c5edde9 + 56b6692 commit 5ef62ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Social.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const platform = () => {
2424
if (href.includes('twitch')) return 'brand-twitch'
2525
if (href.includes('github')) return 'brand-github'
2626
if (href.includes('discord')) return 'brand-discord'
27+
if (href.includes('bsky.app')) return 'brand-bluesky'
2728
return undefined
2829
}
2930
---

0 commit comments

Comments
 (0)