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 => ( - - - + + - - - + + + + );