Skip to content

Commit f4e3132

Browse files
committed
fix(Tour): resolve a11y warnings
1 parent 998d3d0 commit f4e3132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Tour.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ function setAlertProps() {
7777
open={openDialog}
7878
{buttons}>{@html tourMessage}</Dialog.Alert
7979
>
80-
<a bind:this={anchorEl} />
80+
<a bind:this={anchorEl} href="/"><span /></a>

0 commit comments

Comments
 (0)