From c40b9d4fb825e78115c9d0c3843602f7c06b5e40 Mon Sep 17 00:00:00 2001 From: bluestar_ Date: Fri, 29 Dec 2023 22:33:41 +0700 Subject: [PATCH] Attempt to fix icon size --- src/components/SocialLinks.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/SocialLinks.jsx b/src/components/SocialLinks.jsx index 947869f..fc5bf06 100644 --- a/src/components/SocialLinks.jsx +++ b/src/components/SocialLinks.jsx @@ -9,14 +9,15 @@ import { } from "@phosphor-icons/react" const SocialLinks = () => { + const IconSize = 20 const profileLinks = [ { href: "https://facebook.com/fusemeoww", - LinkIcon: , + LinkIcon: , }, { href: "https://twitter.com/blueskychan_", - LinkIcon: , + LinkIcon: , }, { href: "https://t.me/blueskychan_",