From 4cb8e9d2c4314d5ef683c3f838401051e82b9f5d Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Sat, 2 Dec 2023 22:38:27 +0100 Subject: [PATCH] fix image on right --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d365fea..8a9909b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,12 +129,13 @@ function Block({

{heading}

{children}

-
{image}
+
{image}
); }