From 5ff7788a7b0c8581f01c19e9d5784758b4d22cd0 Mon Sep 17 00:00:00 2001 From: John Costa Date: Tue, 29 Jul 2025 15:41:05 +0100 Subject: [PATCH] feat: style changes to image page --- frontend/src/pages/image/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/image/index.tsx b/frontend/src/pages/image/index.tsx index 2c72cd8..7dd3803 100644 --- a/frontend/src/pages/image/index.tsx +++ b/frontend/src/pages/image/index.tsx @@ -16,11 +16,10 @@ export const ImagePage: Component = () => {
-
-

Description

+
+

Description

{image()?.Image.Description}
-
); };