From cf5b9a407effe0772ed622ce2369cf16e0b82175 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 2 Jul 2025 18:57:18 +0200 Subject: [PATCH] add close button to custom info modal --- app/src/ModalContent.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/src/ModalContent.tsx b/app/src/ModalContent.tsx index 61ba2a6e..65e849dc 100644 --- a/app/src/ModalContent.tsx +++ b/app/src/ModalContent.tsx @@ -17,6 +17,14 @@ export function Welcome1({ clickAction1, map }: ChapterProps) { {map.custom_text ? ( <> +
+ +
) : ( <>