diff --git a/docs/site/src/components/starlight/SocialIcons.astro b/docs/site/src/components/starlight/SocialIcons.astro index 5c9b0b6..077fb71 100644 --- a/docs/site/src/components/starlight/SocialIcons.astro +++ b/docs/site/src/components/starlight/SocialIcons.astro @@ -20,7 +20,7 @@ const links = config.social || []; return ( {label} - {customIcon ? ); })} @@ -39,8 +39,8 @@ const links = config.social || []; color: var(--sl-color-white); } .social-icon { - width: 1.5rem; - height: 1.5rem; + width: 3rem; + height: 3rem; } }