mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-08 17:20:52 +00:00
fix: undefined gdpr-option
This commit is contained in:
parent
a463394aa3
commit
692473fb8b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
||||||
class:error
|
class:error
|
||||||
on:change
|
on:change
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
id="gdpr-option"
|
id="gdpr"
|
||||||
bind:checked={value}
|
bind:checked={value}
|
||||||
class="peer hidden"
|
class="peer hidden"
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="gdpr-option"
|
for="gdpr"
|
||||||
class="peer-checked:border-sspsBlue peer-checked:text-gray-600"
|
class="peer-checked:border-sspsBlue peer-checked:text-gray-600"
|
||||||
class:error
|
class:error
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue