Skip to content

Commit

Permalink
fix: Update privacy policy and terms links on register (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-dintino authored Jan 30, 2025
1 parent 0be6563 commit 85d1dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/routes/[[lang]]/(nru)/register/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<Checkbox {superform} field="acceptTerms">
{m.I_accept_the()}
<A
href="https://didroom.com/guides/7_terms-and-conditions/privacy-policy.html#%F0%9F%92%BB-didroom-control-room-dashboard-%F0%9F%92%BB"
href="https://didroom.com/guides/Terms-and-conditions/privacy-policy.html"
target="_blank"
>
{m.Terms_and_Conditions()}
</A>
{m.and()}
<A href="https://didroom.com/guides/7_terms-and-conditions/privacy-policy.html" target="_blank">
<A href="https://didroom.com/guides/Terms-and-conditions" target="_blank">
{m.privacy_policy()}
</A>
</Checkbox>
Expand Down

0 comments on commit 85d1dd0

Please sign in to comment.