Skip to content

Commit

Permalink
Add the pointer to the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 29, 2024
1 parent 2e532e1 commit 5bdefbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/shop/checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ <h2 class="text-xl font-bold">Payment Options</h2>
<span
x-show="!agreePolicy"
x-html="svg('square')"
class="text-gray-900"
class="text-gray-900 cursor-pointer"
></span>
<span
x-show="agreePolicy"
x-html="svg('checkbox')"
class="text-gray-700"
class="text-gray-700 cursor-pointer"
></span>
<span class="ml-2">
I have read and agree to the website
Expand Down

0 comments on commit 5bdefbf

Please sign in to comment.