From f0b448fd1f3519a959710416db0ddf900fbc9052 Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Wed, 17 Jan 2024 02:02:50 +0000 Subject: [PATCH] some fixes --- src/pages/home/page.tsx | 1 + src/pages/misc/loading-page.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/home/page.tsx b/src/pages/home/page.tsx index f647f61..1f54954 100644 --- a/src/pages/home/page.tsx +++ b/src/pages/home/page.tsx @@ -33,6 +33,7 @@ const BackgroundSlideshow = () => { return pb.files.getUrl(artwork, artwork?.image); }); }, + refetchOnWindowFocus: false, }); return ( diff --git a/src/pages/misc/loading-page.tsx b/src/pages/misc/loading-page.tsx index 493aaa1..a06d1c5 100644 --- a/src/pages/misc/loading-page.tsx +++ b/src/pages/misc/loading-page.tsx @@ -2,8 +2,8 @@ import loadingIllust from "@/assets/images/l9fsdoa2j7vb1.gif"; const LoadingPage = () => { return ( -
- +
+

Please wait a moment...

);