Skip to content

Commit bed878f

Browse files
authored
Fix #1072 (#1074)
Fix the bug, but accessibility should be improved. <!-- readthedocs-preview ep-website start --> 🖼️ Preview available 🖼️ : https://ep-website--1074.org.readthedocs.build/ <!-- readthedocs-preview ep-website end -->
1 parent e6219c6 commit bed878f

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)