diff --git a/src/photo/PhotoDetailPage.tsx b/src/photo/PhotoDetailPage.tsx index e86e5f5e..ecfd14d7 100644 --- a/src/photo/PhotoDetailPage.tsx +++ b/src/photo/PhotoDetailPage.tsx @@ -85,7 +85,7 @@ export default function PhotoDetailPage({ return (
{header &&
{photo.caption && -
+
{photo.caption}
} {(showCameraContent || showTagsContent) && @@ -233,7 +237,7 @@ export default function PhotoLarge({ photo={photo} className={clsx( 'text-medium', - // Prevent date collision with admin button + // Prevent collision with admin button !hasNonDateContent && isUserSignedIn && 'md:pr-7', )} /> diff --git a/src/photo/PhotoPrevNext.tsx b/src/photo/PhotoPrevNext.tsx index bf714327..37c276b0 100644 --- a/src/photo/PhotoPrevNext.tsx +++ b/src/photo/PhotoPrevNext.tsx @@ -101,10 +101,10 @@ export default function PhotoPrevNext({ 'flex items-center', className, )}> -
+
- + PREV - / + + / + - + NEXT