Skip to content

Commit

Permalink
Update privacy policy anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 29, 2024
1 parent e7d90fc commit 2e532e1
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions src/pages/shop/checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,15 @@ <h2 class="text-xl font-bold">Payment Options</h2>
Your personal data will be used to process your order, support your
experience throughout this website, and for other purposes described
in our
<a href="#/privacy-policy" class="underline">privacy policy</a>.
<a
href="#/privacy-policy"
target="_blank"
rel="noreferrer noopener"
class="underline"
>
privacy policy
</a>
.
</p>
<label class="block flex items-center">
<input
Expand All @@ -166,9 +174,15 @@ <h2 class="text-xl font-bold">Payment Options</h2>
></span>
<span class="ml-2">
I have read and agree to the website
<a href="#/privacy-policy" class="underline">
terms and conditions</a
>.
<a
href="#/privacy-policy"
target="_blank"
rel="noreferrer noopener"
class="underline"
>
terms and conditions
</a>
.
</span>
</label>
</div>
Expand Down

0 comments on commit 2e532e1

Please sign in to comment.