mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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
|
||||
on:change
|
||||
type="checkbox"
|
||||
id="gdpr-option"
|
||||
id="gdpr"
|
||||
bind:checked={value}
|
||||
class="peer hidden"
|
||||
/>
|
||||
<label
|
||||
for="gdpr-option"
|
||||
for="gdpr"
|
||||
class="peer-checked:border-sspsBlue peer-checked:text-gray-600"
|
||||
class:error
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue