mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Added a quick notice on the website about the closure of localmonero.co, ensuring users are aware of the news.
11 lines
594 B
Svelte
11 lines
594 B
Svelte
<!-- 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>
|