From b2989c4c4d5f6b1dd7a2f6fce9aa8977e4824699 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:38:26 +0000 Subject: [PATCH] Make captions optional --- src/components/upload/PhotoCaptionEditor.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/upload/PhotoCaptionEditor.tsx b/src/components/upload/PhotoCaptionEditor.tsx index 09b63721..59db229a 100644 --- a/src/components/upload/PhotoCaptionEditor.tsx +++ b/src/components/upload/PhotoCaptionEditor.tsx @@ -198,13 +198,13 @@ export function PhotoCaptionEditor({
updatePhotoCaption(index, e.target.value)} - placeholder="Add a caption for this photo..." + placeholder="Add a caption to help viewers understand this photo..." maxLength={maxCaptionLength} className="h-8 text-sm" /> @@ -226,7 +226,7 @@ export function PhotoCaptionEditor({ )}

{photo.caption || ( - Click edit to add caption + No caption added )}