From 563a035cb5b50ec784e685bcdac1fe1dab5d2947 Mon Sep 17 00:00:00 2001 From: Arun Rajbhar Date: Tue, 5 Mar 2024 15:28:08 +0530 Subject: [PATCH] Modified Twiiter bird svg to X (icon) Svg --- src/components/icon/list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/icon/list.tsx b/src/components/icon/list.tsx index d832008..735c807 100644 --- a/src/components/icon/list.tsx +++ b/src/components/icon/list.tsx @@ -18,9 +18,9 @@ export const IconList: IconListObject = { }, twitter: { path: ( - + ), - color: "#1DA1F2", + color: "#000000", e: (l, t) => externalOpen(`https://twitter.com/intent/tweet?text=${t}&url=${l}`), },