From 78c2a21e21e1d66ee08e2854687fb5bd3540539c Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 24 Apr 2025 21:56:11 -0400 Subject: [PATCH] refactor(index): add cup, remove cupdate --- public/icons/{cupdate.svg => cup.svg} | 0 src/pages/index.astro | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename public/icons/{cupdate.svg => cup.svg} (100%) diff --git a/public/icons/cupdate.svg b/public/icons/cup.svg similarity index 100% rename from public/icons/cupdate.svg rename to public/icons/cup.svg diff --git a/src/pages/index.astro b/src/pages/index.astro index f29a349..2fa858e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ const services = [ { serviceName: "WG Easy" }, { serviceName: "Beszel" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, - { serviceName: "Cupdate" }, + { serviceName: "Cup" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" },