diff --git a/src/components/ui/dialog.tsx b/src/components/ui/dialog.tsx index 8249e2f0..150a5a70 100644 --- a/src/components/ui/dialog.tsx +++ b/src/components/ui/dialog.tsx @@ -36,7 +36,7 @@ const DialogContent = React.forwardRef< - + Edit Photo Update photo details @@ -274,7 +274,7 @@ export function PhotoManagementDialog({ return ( - + Manage Photos @@ -294,9 +294,9 @@ export function PhotoManagementDialog({
{photos.map((photo, index) => ( - -
-
+ +
+
{photo.title
-

+

{photo.title || 'Untitled'}

{photo.caption && ( -

+

{photo.caption}

)}
{photo.is_featured && ( - + Featured )}
-
+