Skip to content

Commit 681644d

Browse files
committed
Fix #1072
1 parent e6219c6 commit 681644d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header/header-button.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const { href, variant = "standard" } = Astro.props;
2020
]}
2121

2222
role="button"
23-
href={href || "#"}
23+
href={href}
2424
>
2525
<slot />
2626
</a>

0 commit comments

Comments
 (0)