Skip to content

Commit

Permalink
🦋 add bluesky link in footer (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Oct 24, 2024
1 parent 7c5a420 commit b657ef9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/web/src/config/socials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ export const socialsConfig: Social[] = [
href: "/github",
icon: "github",
},
{
title: "Bluesky",
href: "https://bsky.app/profile/openstatus.dev",
icon: "bluesky",
},
{
title: "Twitter",
href: "/twitter",
Expand All @@ -27,9 +32,4 @@ export const socialsConfig: Social[] = [
href: "/linkedin",
icon: "linkedin",
},
// {
// title: "YouTube",
// href: "/youtube",
// icon: "youtube",
// },
];

0 comments on commit b657ef9

Please sign in to comment.