diff --git a/components/ScreenshotGallery.tsx b/components/ScreenshotGallery.tsx index 660a8d7..b85cc23 100644 --- a/components/ScreenshotGallery.tsx +++ b/components/ScreenshotGallery.tsx @@ -157,24 +157,39 @@ export default function ScreenshotGallery({ 📸 Chart Screenshots + {sortedData.length === 2 && ( + + Side-by-Side View + + )}
{sortedData.length} captured • Click to enlarge
-
+
{sortedData.map((item, displayIndex) => { const imageUrl = formatScreenshotUrl(item.screenshot) return (
onImageClick(imageUrl)} > {/* Preview Image */} -
+