Skip to content

Commit

Permalink
fix(frontend): Remove product blur on out-of-stock items (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric authored May 9, 2024
1 parent 4b36e9c commit bedb683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/Shop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<div
:index="index"
class="relative"
:class="{ 'blur-[2px]': product.stock === 0 }"
>
<div class="relative h-72 w-full overflow-hidden rounded-lg">
<img class="h-full w-full object-cover object-center" :src="product.image_link">
Expand Down

0 comments on commit bedb683

Please sign in to comment.