diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 2993e9fe..3836c400 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,47 +1,43 @@ -
-
-
-
-

- Page Not found - {$page?.status} - -

- - - - + + + + + - -
- The page was not found. If this error occurs persistenly please report it to us via - {emailAddress}. -
- We will fix it asap! -
- - - Back to Home Page - - - -
+
+ The website is currently experiencing issues due to bot attacks. We + apologize for any disruptions and are actively working to resolve the + problem.
+ + + Back to Home Page + +
- - +
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 478c00fa..e8f1fe6e 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -90,51 +90,43 @@
- {#if data?.user?.tier !== "Pro" || data?.user?.freeTrial === true} +
+
+ +
+

-

-
-
-

- - The Lifetime Deal officially ends permanently this Friday at 12:00 AM (CET). -

- - - Get Lifetime - -
+ The website is currently experiencing issues due to bot attacks. We apologize + for any disruptions and are actively working to resolve the problem. +

- {/if} +
diff --git a/src/routes/watchlist/stocks/+page.svelte b/src/routes/watchlist/stocks/+page.svelte index 54fa80b0..4872f36e 100644 --- a/src/routes/watchlist/stocks/+page.svelte +++ b/src/routes/watchlist/stocks/+page.svelte @@ -221,7 +221,6 @@ } async function getWatchlistData() { - console.log(displayWatchList); const postData = { watchListId: displayWatchList?.id, ruleOfList: ruleOfList?.map((item) => item?.rule),