diff --git a/components/SocialLinks.tsx b/components/SocialLinks.tsx index 75569d04..7168874b 100644 --- a/components/SocialLinks.tsx +++ b/components/SocialLinks.tsx @@ -89,38 +89,23 @@ function InstagramSvg(color: string) { function DiscordSvg(color: string) { return ( - - - - - - - + + + + + - - - - - ); }