diff --git a/website/app/category/[category]/restaurant.tsx b/website/app/category/[category]/restaurant.tsx index 1112edf..cad3baa 100644 --- a/website/app/category/[category]/restaurant.tsx +++ b/website/app/category/[category]/restaurant.tsx @@ -41,7 +41,7 @@ const RestaurantsPage = ({ ) : ( - {
{restaurantData.images ? ( - { id={"image-" + data} > - {
- { }} >
- { href={`/category/${item.id}`} className="flex h-80 w-[15rem] cursor-pointer flex-col gap-2" > - { .replace(/ /g, "-")}`} className="flex h-80 w-[15rem] cursor-pointer flex-col gap-2" > - { .replace(/ /g, "-")}`} className="flex h-80 cursor-pointer flex-col gap-2" > - { .replace(/ /g, "-")}`} className="flex h-80 w-full cursor-pointer flex-col gap-2" > - { ) : ( - item-image + item-image )}
{ {item.images.map((data) => (
-