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:
@@ -6,9 +6,8 @@
|
|||||||
<PeopleList />
|
<PeopleList />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<!-- svelte-ignore a11y-label-has-associated-control -->
|
|
||||||
<label
|
<label
|
||||||
html-for="email"
|
for="email"
|
||||||
class="block text-sm font-medium leading-5 text-gray-700"
|
class="block text-sm font-medium leading-5 text-gray-700"
|
||||||
>
|
>
|
||||||
Email
|
Email
|
||||||
|
|||||||
@@ -127,9 +127,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<div>
|
<div>
|
||||||
<!-- svelte-ignore a11y-label-has-associated-control -->
|
|
||||||
<label
|
<label
|
||||||
html-for="email"
|
for="email"
|
||||||
class="block text-sm font-medium leading-5 text-gray-700"
|
class="block text-sm font-medium leading-5 text-gray-700"
|
||||||
>
|
>
|
||||||
Email address
|
Email address
|
||||||
|
|||||||
Reference in New Issue
Block a user