Added dumby pages

This commit is contained in:
2025-09-08 23:52:53 +02:00
parent 96345d888f
commit 77bda4ea1f
8 changed files with 146 additions and 1 deletions

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={href}>
<Link href={new URL(href)}>
{children}
</Link>
</Button>