Skip to content

Commit 168cae5

Browse files
authored
Merge pull request #138 from sdkman/add-bluesky-soc-link
Added bluesky social link
2 parents 20291e9 + 31a2005 commit 168cae5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/social-links.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import {
2+
FaBluesky,
23
FaDiscord,
34
FaGithub,
45
FaStackOverflow,
@@ -16,6 +17,11 @@ const socialLinks = [
1617
href: 'https://discord.gg/y9mVJYVyu4',
1718
alt: 'Discord',
1819
},
20+
{
21+
icon: FaBluesky,
22+
href: 'https://bsky.app/profile/sdkman.io',
23+
alt: 'Bluesky',
24+
},
1925
{
2026
icon: FaXTwitter,
2127
href: 'https://x.com/sdkman_',

0 commit comments

Comments
 (0)