We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466cf6 commit f448d4bCopy full SHA for f448d4b
src/routes/category/components/product-card/index.tsx
@@ -28,8 +28,8 @@ export function ProductCard({ product }: ProductCardProps) {
28
<p className="text-sm text-muted-foreground">{product.description}</p>
29
{isSticker && (
30
<div className="text-xs text-muted-foreground">
31
- <p className="text-sm font-semibold text-accent-foreground">Entre</p>
32
- <p className="font-medium text-foreground">2.59 - 5.30</p>
+ <p className="text-base font-semibold text-accent-foreground">Desde</p>
+ <p className="font-medium text-foreground text-base">S/2.59</p>
33
</div>
34
)}
35
{!isSticker && (
0 commit comments