Openstatus www.openstatus.dev

🦋 add bluesky link in footer (#1064)

authored by

Thibault Le Ouay and committed by
GitHub
b657ef9f 7c5a4209

+5 -5
+5 -5
apps/web/src/config/socials.ts
··· 18 18 icon: "github", 19 19 }, 20 20 { 21 + title: "Bluesky", 22 + href: "https://bsky.app/profile/openstatus.dev", 23 + icon: "bluesky", 24 + }, 25 + { 21 26 title: "Twitter", 22 27 href: "/twitter", 23 28 icon: "twitter", ··· 27 32 href: "/linkedin", 28 33 icon: "linkedin", 29 34 }, 30 - // { 31 - // title: "YouTube", 32 - // href: "/youtube", 33 - // icon: "youtube", 34 - // }, 35 35 ];