diff --git a/components.tsx b/components.tsx index 8eb2b9f..d2c02ed 100644 --- a/components.tsx +++ b/components.tsx @@ -13,6 +13,7 @@ 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], @@ -391,6 +392,22 @@ function IconTwitter() { ); } +function IconX() { + return ( + + + + ); +} + function IconInstagram() { return (