chore: Added info about localmonero.co website shutdown
Some checks failed
Build / build (push) Has been cancelled
Test / test (push) Has been cancelled

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:
Christian Ditaputratama 2024-10-08 22:23:24 +07:00
parent 4d3a022e68
commit 114cc9e4e1
No known key found for this signature in database
GPG key ID: 31D3D06D77950979
3 changed files with 15 additions and 0 deletions

View 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>

View file

@ -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">

View file

@ -20,6 +20,7 @@
UptimeCell,
EstimateFeeCell
} from '$lib/components/datatables/xmr';
import News from '$lib/components/News.svelte';
export let data;
let filterNettype = 'any';