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';