Fix
This commit is contained in:
@@ -38,7 +38,7 @@ function SocialIcon({ href, children }: { href?: string, children: React.ReactNo
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Button variant="ghost" className="transition-all hover:scale-125" asChild>
|
<Button variant="ghost" className="transition-all hover:scale-125" asChild>
|
||||||
<Link href={new URL(href)}>
|
<Link href={`https://${href.replace("https://", "")}`}>
|
||||||
{children}
|
{children}
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user