Change review stars to gold color (#FFD700)
Some checks failed
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
Unchained
2026-03-22 16:16:42 +02:00
parent 43d662b54e
commit 77e19d841b
5 changed files with 9 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ export default function ProductCard({ product, index = 0, locale = "SR" }: Produ
src={image}
alt={localized.name}
fill
className="object-contain transition-transform duration-700 ease-out group-hover:scale-105"
className="object-cover transition-transform duration-700 ease-out group-hover:scale-105"
sizes="(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 25vw"
/>
) : (