fix icon overflow(maybe)

This commit is contained in:
bluestar_ 2023-12-29 22:44:55 +07:00
parent c40b9d4fb8
commit 60280ef48f

View file

@ -21,19 +21,19 @@ const SocialLinks = () => {
},
{
href: "https://t.me/blueskychan_",
LinkIcon: <TelegramLogo size={28} color="#F3F4F6" weight="bold" />,
LinkIcon: <TelegramLogo size={IconSize} color="#F3F4F6" weight="bold" />,
},
{
href: "https://discord.com/users/736163902835916880",
LinkIcon: <DiscordLogo size={28} color="#F3F4F6" weight="bold" />,
LinkIcon: <DiscordLogo size={IconSize} color="#F3F4F6" weight="bold" />,
},
{
href: "https://www.instagram.com/blueskychan_irl",
LinkIcon: <InstagramLogo size={28} color="#F3F4F6" weight="bold" />,
LinkIcon: <InstagramLogo size={IconSize} color="#F3F4F6" weight="bold" />,
},
{
href: "https://github.com/blueskychan-dev",
LinkIcon: <GithubLogo size={28} color="#F3F4F6" weight="bold" />,
LinkIcon: <GithubLogo size={IconSize} color="#F3F4F6" weight="bold" />,
},
]
return (