pixel perfect
This commit is contained in:
@@ -36,7 +36,7 @@ const Products: FC = () => {
|
||||
<div className='rounded-4xl overflow-hidden relative'>
|
||||
<Link href={`/products/${item.id}`}>
|
||||
<Image
|
||||
src={item.images[0].imageUrl}
|
||||
src={item.coverUrl}
|
||||
alt='product'
|
||||
width={1080}
|
||||
height={1080}
|
||||
|
||||
@@ -58,6 +58,7 @@ export interface DanakService {
|
||||
isActive: boolean;
|
||||
link: string;
|
||||
icon: string;
|
||||
coverUrl: string;
|
||||
category: {
|
||||
id: string;
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user