diff --git a/components.tsx b/components.tsx
index 8eb2b9f..116fb09 100644
--- a/components.tsx
+++ b/components.tsx
@@ -13,9 +13,11 @@ import type { BlogState, DateFormat, Post } from "./types.d.ts";
const socialAppIcons = new Map([
["github.com", IconGithub],
["twitter.com", IconTwitter],
+ ["x.com", IconX],
["instagram.com", IconInstagram],
["linkedin.com", IconLinkedin],
["mastodon.social", IconMastodon],
+ ["bsky.app", IconBlueSky],
]);
interface IndexProps {
@@ -391,6 +393,22 @@ function IconTwitter() {
);
}
+export function IconX() {
+ return (
+
+ );
+}
+
function IconInstagram() {
return (