From 6877cd324e51c266c42adea3b9bfccc18c879d18 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 24 Feb 2025 15:12:42 +0000 Subject: [PATCH] fix donation widget button --- src/Components/Map/UtopiaMapInner.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Components/Map/UtopiaMapInner.tsx b/src/Components/Map/UtopiaMapInner.tsx index 58bb2b86..5bdbf989 100644 --- a/src/Components/Map/UtopiaMapInner.tsx +++ b/src/Components/Map/UtopiaMapInner.tsx @@ -80,12 +80,14 @@ export function UtopiaMapInner({ itemId='' rawText={'Support us building free opensource maps and help us grow 🌱☀️'} /> - + +
Donate
+
, { autoClose: false }, ) - }, 600000) + }, 60000) init.current = true } // eslint-disable-next-line react-hooks/exhaustive-deps