mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
fix icon overflow(maybe)
This commit is contained in:
parent
c40b9d4fb8
commit
60280ef48f
1 changed files with 4 additions and 4 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue