From 97cc9547766f95a32fc506e50bee5cd05710549b Mon Sep 17 00:00:00 2001 From: liberaldev Date: Sun, 23 Jun 2024 22:18:51 +0900 Subject: [PATCH] feat(mastodon.tsx): replace old mastodon icon with new icon --- .../site/components/Icons/Social/Mastodon.tsx | 36 +++++++++++-------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/apps/site/components/Icons/Social/Mastodon.tsx b/apps/site/components/Icons/Social/Mastodon.tsx index 50a64c1792958..a20737917db06 100644 --- a/apps/site/components/Icons/Social/Mastodon.tsx +++ b/apps/site/components/Icons/Social/Mastodon.tsx @@ -2,25 +2,33 @@ import type { FC, SVGProps } from 'react'; const Mastodon: FC> = props => ( - - - + + - - - + + + + );