fixed: image url, and updated form phone input validation
This commit is contained in:
@@ -29,7 +29,7 @@ export function ProductCard({ product, onViewDetails }: ProductCardProps) {
|
||||
className="w-full h-full"
|
||||
>
|
||||
<img
|
||||
src={`https://api.serenmebel.uz${product.image}`}
|
||||
src={`https://admin.promtechno.uz${product.image}`}
|
||||
alt={languageIndex?product.name_uz:product.name_ru}
|
||||
className="w-full h-full object-cover"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user