Skip to content

Commit ae1e7fc

Browse files
committed
add bluesky logo/ link
1 parent 4bc183e commit ae1e7fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/NavSide.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ const Nav = ({ className }) => {
2525
label: "LinkedIn",
2626
external: true,
2727
},
28+
{
29+
href: "https://bsky.app/profile/stacchain.bsky.social",
30+
icon: "fab fa-bluesky",
31+
label: "Bluesky",
32+
external: true,
33+
},
2834
{
2935
href: "mailto:[email protected]",
3036
icon: "fas fa-envelope",

0 commit comments

Comments
 (0)