fixed: image url, and updated form phone input validation
This commit is contained in:
@@ -61,7 +61,7 @@ export function ProductModal({ product, onClose }: ProductModalProps) {
|
||||
{/* Image */}
|
||||
<div className="relative max-sm:w-full max-md:h-50">
|
||||
<Image
|
||||
src={`https://api.serenmebel.uz${product.image}`}
|
||||
src={`https://admin.promtechno.uz${product.image}`}
|
||||
alt="image"
|
||||
fill
|
||||
className="object-contain max-md:h-50"
|
||||
|
||||
Reference in New Issue
Block a user