diff --git a/content/bois.json b/content/bois.json index bdee0a1..dcbe6c5 100644 --- a/content/bois.json +++ b/content/bois.json @@ -116,7 +116,9 @@ "nemi": { "display": "Nemi", "socials": { - "github": "@Assimileafy" + "github": "Assimileafy", + "twitter": "@assimileafy", + "bluesky": "assimileafy.bsky.social" } } } \ No newline at end of file diff --git a/public/chocoicon.woff2 b/public/chocoicon.woff2 index a169211..9108a17 100644 Binary files a/public/chocoicon.woff2 and b/public/chocoicon.woff2 differ diff --git a/src/components/contributors.tsx b/src/components/contributors.tsx index 3396a34..497e501 100644 --- a/src/components/contributors.tsx +++ b/src/components/contributors.tsx @@ -43,6 +43,12 @@ const brandLookup = { url: (at: string) => `https://${at}.itch.io/`, icon: () => , }, + bluesky: { + name: (at: string) => `Bluesky: ${at}`, + color: () => "#0285FF", + url: (at: string) => `https://bsky.app/profile/${at}`, + icon: () => , + }, } const brand = (key: string) => brandLookup[key as keyof typeof brandLookup];