This commit is contained in:
2025-09-09 18:42:57 +02:00
parent 77bda4ea1f
commit 1336a1787e

View File

@@ -38,7 +38,7 @@ function SocialIcon({ href, children }: { href?: string, children: React.ReactNo
return (
<Button variant="ghost" className="transition-all hover:scale-125" asChild>
<Link href={new URL(href)}>
<Link href={`https://${href.replace("https://", "")}`}>
{children}
</Link>
</Button>