From 5e1860dbf6b76fa64fb6e9b79df2542b6d0f84cb Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 12 Oct 2023 08:38:06 +0200 Subject: [PATCH] Modal finetuning --- src/Components/Gaming/Modal.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/Components/Gaming/Modal.tsx b/src/Components/Gaming/Modal.tsx index 4687f8d6..860a17b9 100644 --- a/src/Components/Gaming/Modal.tsx +++ b/src/Components/Gaming/Modal.tsx @@ -58,12 +58,12 @@ export function Welcome3({ clickAction }: ChapterProps) {

More and more people are waking up to what's really happening.

- They are in the process of understanding the potential that is within themselves and within true community. + They are in the process of understanding the potential that is within themselves and within the whole mankind.

- Starting to reconnect with our Mother Earth and beginning to question things that have been taken for granted. + Starting to reconnect with our Mother Earth and beginning to question things that long times have been taken for granted.

@@ -110,10 +110,11 @@ export function Modal() { return { setChapter(3) }} /> case 3: return { - setChapter(1); + close(); setTimeout(() => { setQuestsOpen(true); + setChapter(1); }, 1000); }} /> @@ -125,8 +126,8 @@ export function Modal() { <> {/* You can open the modal using ID.showModal() method */} - -
+ +