From 114cc9e4e1272f1300e8ee32540e0acd55b27f63 Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Tue, 8 Oct 2024 22:23:24 +0700 Subject: [PATCH] chore: Added info about localmonero.co website shutdown Added a quick notice on the website about the closure of localmonero.co, ensuring users are aware of the news. --- frontend/src/lib/components/News.svelte | 11 +++++++++++ frontend/src/routes/+page.svelte | 3 +++ frontend/src/routes/remote-nodes/+page.svelte | 1 + 3 files changed, 15 insertions(+) create mode 100644 frontend/src/lib/components/News.svelte diff --git a/frontend/src/lib/components/News.svelte b/frontend/src/lib/components/News.svelte new file mode 100644 index 0000000..a28cf50 --- /dev/null +++ b/frontend/src/lib/components/News.svelte @@ -0,0 +1,11 @@ + +
+
+
+

Quick Info

+

+ On November 7th, 2024, localmonero.co website will be taken down. If you have an account and a balance, withdraw your funds prior to this date. For more information, visit localmonero.co announcement page. +

+
+
+
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index f238834..db98879 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -8,6 +8,7 @@ IcnFacebook, IcnTelegram } from '$lib/components/svg'; + import News from '$lib/components/News.svelte'; /** @type {import('./$types').PageData} */ export let data; @@ -105,6 +106,8 @@ + +
diff --git a/frontend/src/routes/remote-nodes/+page.svelte b/frontend/src/routes/remote-nodes/+page.svelte index 1d7918e..cb1cccb 100644 --- a/frontend/src/routes/remote-nodes/+page.svelte +++ b/frontend/src/routes/remote-nodes/+page.svelte @@ -20,6 +20,7 @@ UptimeCell, EstimateFeeCell } from '$lib/components/datatables/xmr'; + import News from '$lib/components/News.svelte'; export let data; let filterNettype = 'any';