feat: _blank in gdpr link element

This commit is contained in:
Sebastian Pravda 2023-02-09 13:23:21 +01:00
parent 73d8911d05
commit 5fdd7938d2

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-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">{$LL.components.checkbox.gdprCheckBox.description()}</div>
<div class="w-full text-sm"> <div class="w-full text-sm">
<a class="underline" href="https://www.ssps.cz/kontakt/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>
</div> </div>
</label> </label>