Skip to content

Commit 617523f

Browse files
Fix website lint errors
1 parent 9848985 commit 617523f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/demo/+page.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Demo • Date Picker Svelte</title>
88
</svelte:head>
99

10-
<!-- svelte-ignore a11y_consider_explicit_label -->
10+
<!-- svelte-ignore a11y-missing-content -->
1111
<a id="Demo"></a>
1212
<h1>Demo</h1>
1313

14-
<!-- svelte-ignore a11y_consider_explicit_label -->
14+
<!-- svelte-ignore a11y-missing-content -->
1515
<a id="DateInput"></a>
1616
<h2>DateInput</h2>
1717
<DateInput />
1818

19-
<!-- svelte-ignore a11y_consider_explicit_label -->
19+
<!-- svelte-ignore a11y-missing-content -->
2020
<a id="DatePicker"></a>
2121
<h2>DatePicker</h2>
2222
<DatePicker />

0 commit comments

Comments
 (0)