diff --git a/src/app/_components/uiParts/icons/icon.tsx b/src/app/_components/uiParts/icons/icon.tsx index 01a1780..326dfc5 100644 --- a/src/app/_components/uiParts/icons/icon.tsx +++ b/src/app/_components/uiParts/icons/icon.tsx @@ -227,6 +227,10 @@ const Twitter: FC = () => ( ); +const TwitterX: FC = () => ( + +); + const Github: FC = () => ( ); @@ -342,6 +346,7 @@ export const IconComponentMapping = { THREE_DOTS_VERTICAL: , TRASH: , TWITTER: , + TWITTER_X: , UPDATE: Update, };