Skip to content

Commit

Permalink
fix: use relative path for privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed Jun 28, 2024
1 parent 65c3d2a commit 3dcaba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/SignOnlineForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<label class="label cursor-pointer justify-normal space-x-2">
<input type="checkbox" name="consent" class="checkbox-primary checkbox" />
<span class="label-text"
>ข้าพเจ้ายินยอมลงชื่อ <a href="/privacy-policy" class="underline"
>ข้าพเจ้ายินยอมลงชื่อ <a href="privacy-policy" class="underline"
>อ่านนโยบายการคุ้มครองข้อมูลส่วนบุคคล</a
></span
>
Expand Down

0 comments on commit 3dcaba0

Please sign in to comment.