Skip to content

Commit

Permalink
fix: signup term and conditions link accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Dec 23, 2024
1 parent e1cbcd5 commit a8e2ba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/[[lang]]/(auth)/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
</Input>
{:else}
<Checkbox fieldPath="conditions" {form}
><d-text size="l">
{m.Accept()}
><d-text size="l" class="flex items-center gap-1">
{m.Accept()}
<a
href="https://didroom.com/guides/7_terms-and-conditions/"
class="text-accent underline"
href="https://didroom.com/guides/Terms-and-conditions/"
class="flex h-12 items-center text-accent underline"
>
{m.Terms_and_Conditions()}
</a>
Expand Down

0 comments on commit a8e2ba8

Please sign in to comment.