mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Compare commits
No commits in common. "114cc9e4e1272f1300e8ee32540e0acd55b27f63" and "283503f5d9e22b437eee01bbe78e144b9f7171c8" have entirely different histories.
114cc9e4e1
...
283503f5d9
4 changed files with 4 additions and 22 deletions
|
@ -1,11 +0,0 @@
|
||||||
<!-- 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>
|
|
|
@ -12,10 +12,9 @@ export async function load() {
|
||||||
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' },
|
||||||
{ text: 'monero.how', uri: 'https://www.monero.how' },
|
{ text: 'monero.how', uri: 'https://www.monero.how' },
|
||||||
{ text: 'monero.observer', uri: 'https://www.monero.observer' },
|
{ text: 'monero.observer', uri: 'https://www.monero.observer' },
|
||||||
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com' },
|
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' },
|
||||||
{ text: 'themonoeromoon.com', uri: 'https://www.themoneromoon.com' },
|
{ text: 'localmonero.co', uri: 'https://localmonero.co/knowledge' },
|
||||||
{ text: 'monerotopia.com', uri: 'https://monerotopia.com' },
|
{ text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' }
|
||||||
{ text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }
|
|
||||||
],
|
],
|
||||||
stagenet: [
|
stagenet: [
|
||||||
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },
|
{ label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
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;
|
||||||
|
@ -106,8 +105,6 @@
|
||||||
</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,7 +20,6 @@
|
||||||
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';
|
||||||
|
@ -84,8 +83,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<News />
|
|
||||||
|
|
||||||
<section id="monero-remote-node">
|
<section id="monero-remote-node">
|
||||||
<div class="section-container">
|
<div class="section-container">
|
||||||
<div class="space-y-2 overflow-x-auto">
|
<div class="space-y-2 overflow-x-auto">
|
||||||
|
|
Loading…
Reference in a new issue