From b7fbbd4d898388f00bcea14ba71893c7e83d4568 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 3 Feb 2025 10:20:04 +0000 Subject: [PATCH] set infotext timer to 10s --- src/Components/Map/UtopiaMapInner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index 5e28be9b..0f399fdd 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -73,7 +73,7 @@ export function UtopiaMapInner({ infoText && setTimeout(() => { toast(, { autoClose: false }) - }, 4000) + }, 10000) init.current = true } // eslint-disable-next-line react-hooks/exhaustive-deps