Fix incorrect html-for= => for= in a couple examples

Caught by the new transformation: `npm run check -- --use-new-transformation`
This commit is contained in:
Ryan Gossiaux
2022-02-08 18:32:31 -08:00
parent 26958edf06
commit be1bd8736c
2 changed files with 2 additions and 4 deletions

View File

@@ -6,9 +6,8 @@
<PeopleList />
<div>
<!-- svelte-ignore a11y-label-has-associated-control -->
<label
html-for="email"
for="email"
class="block text-sm font-medium leading-5 text-gray-700"
>
Email

View File

@@ -127,9 +127,8 @@
</div>
<div class="mt-2">
<div>
<!-- svelte-ignore a11y-label-has-associated-control -->
<label
html-for="email"
for="email"
class="block text-sm font-medium leading-5 text-gray-700"
>
Email address