Skip to content

Commit

Permalink
feat: remove abra friday image on shelfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Henrique Gonzaga committed Dec 18, 2024
1 parent df2e8ab commit f760eb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions components/product/ProductCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,20 +186,6 @@ function ProductCard(
/>
</div>
)}
{additionalProperty?.some((property) =>
property.value?.includes("Abra Friday")
) && (
<div class="absolute flex flex-col gap-1 z-10 bottom-2 right-2">
<img
src={asset("/image/abra_friday.png")}
width={55}
height={55}
alt="Logo Abra Friday"
loading="lazy"
class="w-[35px] h-[35px] lg:w-[55px] lg:h-[55px]"
/>
</div>
)}
{/* Product Images */}
<a
href={url && relative(url)}
Expand Down
14 changes: 0 additions & 14 deletions static/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -4452,9 +4452,6 @@ details.collapse summary::-webkit-details-marker {
.h-\[34px\] {
height: 34px;
}
.h-\[35px\] {
height: 35px;
}
.h-\[36px\] {
height: 36px;
}
Expand Down Expand Up @@ -4720,9 +4717,6 @@ details.collapse summary::-webkit-details-marker {
.w-\[35\%\] {
width: 35%;
}
.w-\[35px\] {
width: 35px;
}
.w-\[363px\] {
width: 363px;
}
Expand Down Expand Up @@ -8383,10 +8377,6 @@ details.collapse summary::-webkit-details-marker {
height: 18px;
}

.lg\:h-\[55px\] {
height: 55px;
}

.lg\:h-auto {
height: auto;
}
Expand Down Expand Up @@ -8443,10 +8433,6 @@ details.collapse summary::-webkit-details-marker {
width: 440px;
}

.lg\:w-\[55px\] {
width: 55px;
}

.lg\:w-full {
width: 100%;
}
Expand Down

0 comments on commit f760eb1

Please sign in to comment.