Attempt to fix icon size

This commit is contained in:
bluestar_ 2023-12-29 22:33:41 +07:00
parent ca8f3a21e2
commit c40b9d4fb8

View file

@ -9,14 +9,15 @@ import {
} from "@phosphor-icons/react" } from "@phosphor-icons/react"
const SocialLinks = () => { const SocialLinks = () => {
const IconSize = 20
const profileLinks = [ const profileLinks = [
{ {
href: "https://facebook.com/fusemeoww", href: "https://facebook.com/fusemeoww",
LinkIcon: <FacebookLogo size={32} color="#F3F4F6" weight="bold" />, LinkIcon: <FacebookLogo size={IconSize} color="#F3F4F6" weight="bold" />,
}, },
{ {
href: "https://twitter.com/blueskychan_", href: "https://twitter.com/blueskychan_",
LinkIcon: <TwitterLogo size={32} color="#F3F4F6" weight="bold" />, LinkIcon: <TwitterLogo size={IconSize} color="#F3F4F6" weight="bold" />,
}, },
{ {
href: "https://t.me/blueskychan_", href: "https://t.me/blueskychan_",