From 337aa2cfdf39e03f5e03690240e6be0bf94229f3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 21 Feb 2025 23:12:14 -0500 Subject: Fixed links; Style change --- src/assets/background.svg | 1 - src/components/sites.json | 10 +++++----- src/pages/index.astro | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 src/assets/background.svg (limited to 'src') diff --git a/src/assets/background.svg b/src/assets/background.svg deleted file mode 100644 index 4b2be0a..0000000 --- a/src/assets/background.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/components/sites.json b/src/components/sites.json index fa72f5e..32bf4c9 100644 --- a/src/components/sites.json +++ b/src/components/sites.json @@ -35,7 +35,7 @@ "type": "country" }, { - "name": "KR", + "name": "Kemonomimi Republic", "website": "https://kr.aircs.racing", "type": "country" }, @@ -65,13 +65,13 @@ "type": "country" }, { - "name": "Yavno Republic", - "website": "https://yavno.aircs.racing", + "name": "Yavno", + "website": "https://yavno.bnbmc.net", "type": "country" }, { - "name": "Solstan Federation", - "website": "https://solstice.bnbmc.net", + "name": "Solstice", + "website": "https://solstice.aircs.racing", "type": "country" } ] diff --git a/src/pages/index.astro b/src/pages/index.astro index 66885ad..e633ba9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,7 +23,7 @@ import sites from '../components/sites.json';