We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5edde9 + 56b6692 commit 5ef62efCopy full SHA for 5ef62ef
src/components/Social.astro
@@ -24,6 +24,7 @@ const platform = () => {
24
if (href.includes('twitch')) return 'brand-twitch'
25
if (href.includes('github')) return 'brand-github'
26
if (href.includes('discord')) return 'brand-discord'
27
+ if (href.includes('bsky.app')) return 'brand-bluesky'
28
return undefined
29
}
30
---
0 commit comments