mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +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}
|
||||
{...attributes}
|
||||
>
|
||||
<slot />
|
||||
</a>
|
||||
<slot /></a
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue