Fix link issue

This commit is contained in:
Mikkel Svartveit 2024-01-09 23:39:38 +01:00
parent 907e917b78
commit e1e5ff3afd

View file

@ -14,5 +14,5 @@ const { href, class: className, ...attributes } = Astro.props;
{href}
{...attributes}
>
<slot />
</a>
<slot /></a
>