From d0affd12f5063fc911287873250a906c59d0872b Mon Sep 17 00:00:00 2001 From: Christian Ditaputratama Date: Tue, 8 Oct 2024 21:21:32 +0700 Subject: [PATCH] chore: Remove localmonero.co link - Remove localmonero.co link as it will be shut down on 2024-11-07. - Added themonoeromoon.com and monerotopia.com to the site. --- frontend/src/routes/+page.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/+page.js b/frontend/src/routes/+page.js index 44a0c70..05ddd77 100644 --- a/frontend/src/routes/+page.js +++ b/frontend/src/routes/+page.js @@ -12,9 +12,10 @@ export async function load() { { text: 'moneroworld.com', uri: 'https://moneroworld.com' }, { text: 'monero.how', uri: 'https://www.monero.how' }, { text: 'monero.observer', uri: 'https://www.monero.observer' }, - { text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' }, - { text: 'localmonero.co', uri: 'https://localmonero.co/knowledge' }, - { text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com/' } + { text: 'revuo-xmr.com', uri: 'https://revuo-xmr.com' }, + { text: 'themonoeromoon.com', uri: 'https://www.themoneromoon.com' }, + { text: 'monerotopia.com', uri: 'https://monerotopia.com' }, + { text: 'sethforprivacy.com', uri: 'https://sethforprivacy.com' } ], stagenet: [ { label: 'P2P', value: 'stagenet.xmr.ditatompel.com:38080', key: 'snetP2P' },