Skip to content

Commit

Permalink
Correct product image (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Oct 24, 2024
1 parent 9273c70 commit 3aabb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template v-if="product.thumbnail">
<td class="w-20 !px-0 max-md:w-16">
<img
v-if="product.image"
v-if="product.thumbnail"
class="object-contain h-16 w-20 shrink-0"
:alt="product.name"
:src="`/storage/{{ config('rapidez.store') }}/resizes/200/magento/catalog/product${product.thumbnail}.webp`"
Expand Down

0 comments on commit 3aabb40

Please sign in to comment.