diff --git a/frontend/components/ItemDetailModal.tsx b/frontend/components/ItemDetailModal.tsx index db7dee76..dd7c1163 100644 --- a/frontend/components/ItemDetailModal.tsx +++ b/frontend/components/ItemDetailModal.tsx @@ -68,16 +68,16 @@ export default function ItemDetailModal({ }; return ( -
-
+
+
{/* Header */} -
+

{item.name}

{currentPhoto && (
) : ( -
-

No Photo Uploaded

+
+

No Photo Uploaded

@@ -169,12 +169,12 @@ export default function ItemDetailModal({ )} ) : ( -
+

Upload New Photo