diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index edba6b1..6ddfcb5 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -1010,7 +1010,7 @@ function RoomEditor({ room, setRoom, images, onSave, onCancel }: any) { cursor: 'pointer', fontSize: '12px', transition: 'all 150ms', color: selectedAmenities.includes(a.id) ? C.gold : C.text }}> - + {a.name} ))} @@ -1078,8 +1078,12 @@ function AmenitiesSection({ onToast }: { onToast: (msg: string, type: string) =>