From 4f75e0f4358612a86c1667f5d00ce5065ba23981 Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 6 Mar 2025 11:47:06 -0500 Subject: [PATCH] feat(index): replace amneziawg with wg-easy --- public/icons/amneziawg.svg | 194 ------------------------------------- public/icons/wg-easy.svg | 4 + src/pages/index.astro | 2 +- 3 files changed, 5 insertions(+), 195 deletions(-) delete mode 100644 public/icons/amneziawg.svg create mode 100644 public/icons/wg-easy.svg diff --git a/public/icons/amneziawg.svg b/public/icons/amneziawg.svg deleted file mode 100644 index 3eb47b1..0000000 --- a/public/icons/amneziawg.svg +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/icons/wg-easy.svg b/public/icons/wg-easy.svg new file mode 100644 index 0000000..0cc3149 --- /dev/null +++ b/public/icons/wg-easy.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 047b468..700231f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import "/src/css/app.css"; import ServiceCard from "../components/ServiceCard.astro"; const services = [ - { serviceName: "AmneziaWG" }, + { serviceName: "WG Easy" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" },