From 5c8e0094f47206ac114b49cb39a6cc010a371e20 Mon Sep 17 00:00:00 2001 From: John Costa Date: Fri, 18 Jul 2025 16:13:45 +0100 Subject: [PATCH] fix: image gallery height --- frontend/src/components/image/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/image/index.tsx b/frontend/src/components/image/index.tsx index 7a58b4e..1a76706 100644 --- a/frontend/src/components/image/index.tsx +++ b/frontend/src/components/image/index.tsx @@ -4,9 +4,9 @@ import { A } from "@solidjs/router"; export const ImageComponent: Component<{ ID: string }> = (props) => { return ( - +