mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 19:22:37 +00:00
Fix link issue
This commit is contained in:
parent
907e917b78
commit
e1e5ff3afd
1 changed files with 2 additions and 2 deletions
|
|
@ -14,5 +14,5 @@ const { href, class: className, ...attributes } = Astro.props;
|
||||||
{href}
|
{href}
|
||||||
{...attributes}
|
{...attributes}
|
||||||
>
|
>
|
||||||
<slot />
|
<slot /></a
|
||||||
</a>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue