mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-03 17:39:48 +00:00
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.
This commit is contained in:
parent
4d3a022e68
commit
114cc9e4e1
3 changed files with 15 additions and 0 deletions
11
frontend/src/lib/components/News.svelte
Normal file
11
frontend/src/lib/components/News.svelte
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<section id="site-news" class="mx-auto w-full max-w-4xl px-4 pb-7">
|
||||||
|
<div class="alert variant-ghost-secondary shadow-xl">
|
||||||
|
<div class="alert-message">
|
||||||
|
<h2 class="h3 text-center">Quick Info</h2>
|
||||||
|
<p>
|
||||||
|
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 <a href="https://localmonero.co/blog/announcements/winding-down" class="external" target="_blank" rel="noopener">localmonero.co announcement page</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
|
@ -8,6 +8,7 @@
|
||||||
IcnFacebook,
|
IcnFacebook,
|
||||||
IcnTelegram
|
IcnTelegram
|
||||||
} from '$lib/components/svg';
|
} from '$lib/components/svg';
|
||||||
|
import News from '$lib/components/News.svelte';
|
||||||
|
|
||||||
/** @type {import('./$types').PageData} */
|
/** @type {import('./$types').PageData} */
|
||||||
export let data;
|
export let data;
|
||||||
|
@ -105,6 +106,8 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<News />
|
||||||
|
|
||||||
<section id="my-monero-public-nodes" class="bg-surface-100-800-token">
|
<section id="my-monero-public-nodes" class="bg-surface-100-800-token">
|
||||||
<div class="section-container text-token grid grid-cols-1 gap-10 md:grid-cols-2">
|
<div class="section-container text-token grid grid-cols-1 gap-10 md:grid-cols-2">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
UptimeCell,
|
UptimeCell,
|
||||||
EstimateFeeCell
|
EstimateFeeCell
|
||||||
} from '$lib/components/datatables/xmr';
|
} from '$lib/components/datatables/xmr';
|
||||||
|
import News from '$lib/components/News.svelte';
|
||||||
|
|
||||||
export let data;
|
export let data;
|
||||||
let filterNettype = 'any';
|
let filterNettype = 'any';
|
||||||
|
|
Loading…
Reference in a new issue