Skip to content

Commit ad5cd3b

Browse files
Merge branch 'ep2025' into tickets-page-registration-open
2 parents 7fbc0ce + bed878f commit ad5cd3b

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)