mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
Attempt to fix icon size
This commit is contained in:
parent
ca8f3a21e2
commit
c40b9d4fb8
1 changed files with 3 additions and 2 deletions
|
@ -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_",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue