Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Feb 11, 2024
1 parent 0fb7310 commit d778577
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions views/vepic.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,11 @@
id="<%= product.id %>">
<div class="text-3xl font-bold">
<%= product.name %>
<span class="text-green-700 bg-zinc-800 p-1 rounded-lg">
<%= product.price %> PLN
</span>
</div>
<div class="mt-10">
<a href="<%= shop.baseURL %>/checkout/<%= shop.customer %>/<%= product.id %>"
class="rounded-2xl bg-green-700 py-3 px-20 px-10 text-lg uppercase hover:opacity-[0.7] transition-all duration-200">
Kup teraz
class="rounded-2xl bg-green-700 py-3 px-16 px-10 text-lg uppercase hover:opacity-[0.7] transition-all duration-200">
Zakup | <%= product.price %> PLN
</a>
</div>
Expand Down

0 comments on commit d778577

Please sign in to comment.