mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-22 19:49:25 +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,
|
||||
IcnTelegram
|
||||
} from '$lib/components/svg';
|
||||
import News from '$lib/components/News.svelte';
|
||||
|
||||
/** @type {import('./$types').PageData} */
|
||||
export let data;
|
||||
|
@ -105,6 +106,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<News />
|
||||
|
||||
<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="text-center">
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
UptimeCell,
|
||||
EstimateFeeCell
|
||||
} from '$lib/components/datatables/xmr';
|
||||
import News from '$lib/components/News.svelte';
|
||||
|
||||
export let data;
|
||||
let filterNettype = 'any';
|
||||
|
|
Loading…
Reference in a new issue