Merge pull request #199 from EETagent/prod_pdf

fix gdpr link
This commit is contained in:
Vojtěch Jungmann 2023-02-09 13:23:58 +01:00 committed by GitHub
commit 2d8c9bc043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<div class="w-full text-lg font-semibold">{$LL.components.checkbox.gdprCheckBox.title()}</div>
<div class="w-full text-sm">{$LL.components.checkbox.gdprCheckBox.description()}</div>
<div class="w-full text-sm">
<a class="underline" href="/gdpr">{$LL.components.checkbox.gdprCheckBox.here()}</a>
<a class="underline" target="_blank" rel="noreferrer" href="https://www.ssps.cz/kontakt/gdpr/">{$LL.components.checkbox.gdprCheckBox.here()}</a>
</div>
</div>
</label>