From 2ad6eb5e7b92ca11f021bf1bab916124422fa907 Mon Sep 17 00:00:00 2001 From: Kaushik080 <120493528+Kaushik080@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:27:45 +0530 Subject: [PATCH] chore(website): changed twitter logo to X (#1582) --- modelina-website/src/components/icons/Twitter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modelina-website/src/components/icons/Twitter.tsx b/modelina-website/src/components/icons/Twitter.tsx index 1dce615457..bdaa7b7eb9 100644 --- a/modelina-website/src/components/icons/Twitter.tsx +++ b/modelina-website/src/components/icons/Twitter.tsx @@ -1,7 +1,7 @@ export default function IconTwitter({ className }: any) { return ( - - + + ); }