From 41f8c0e5a19a13e46b08e80a4a415590dd6aaffe Mon Sep 17 00:00:00 2001 From: "[dyad]" Date: Tue, 20 Jan 2026 14:29:52 +0100 Subject: [PATCH] [dyad] Centered image analysis summary text - wrote 1 file(s) --- src/components/image-alt-display.tsx | 40 +++++++++++++--------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/src/components/image-alt-display.tsx b/src/components/image-alt-display.tsx index 440fd2f..5caae37 100644 --- a/src/components/image-alt-display.tsx +++ b/src/components/image-alt-display.tsx @@ -77,27 +77,25 @@ export function ImageAltDisplay({ images }: ImageAltDisplayProps) { return (
-
-
- {missingAltCount > 0 ? ( -

- {missingAltCount} of{" "} - {images.length} images are missing alt text. -

- ) : ( -

- Great! All {images.length} images have alt text. -

- )} -
-
- setShowMissingOnly(!!checked)} - /> - -
+
+ setShowMissingOnly(!!checked)} + /> + +
+
+ {missingAltCount > 0 ? ( +

+ {missingAltCount} of{" "} + {images.length} images are missing alt text. +

+ ) : ( +

+ Great! All {images.length} images have alt text. +

+ )}