diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 9b17144..e5d92ba 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -1484,6 +1484,17 @@ function MenuSection({ items, setItems, images, onToast }: any) { background: C.navy, color: '#fff', flexShrink: 0, }}>{item.category} + {/* Photo thumbnail */} + {(item.photos && item.photos.length > 0) && ( +
+ +
+ )} + {/* Name & Description */}