We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6219c6 commit 681644dCopy full SHA for 681644d
src/components/header/header-button.astro
@@ -20,7 +20,7 @@ const { href, variant = "standard" } = Astro.props;
20
]}
21
22
role="button"
23
- href={href || "#"}
+ href={href}
24
>
25
<slot />
26
</a>
0 commit comments