Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Nov 17, 2023
1 parent 5297e8e commit df4d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/basic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<%= product.price %> PLN
</div>
<a class="rounded-sm bg-green-700 p-2 px-10 text-lg uppercase"
href="/pl/checkout/<%= customer %>/<%= product.id %>">
href="/checkout/<%= customer %>/<%= product.id %>">
Kup teraz
</a>
</div>
Expand Down

0 comments on commit df4d0ce

Please sign in to comment.