From c2aedbb31991835023185baba90abb777db5f2a2 Mon Sep 17 00:00:00 2001 From: z0x Date: Wed, 26 Feb 2025 22:09:38 -0500 Subject: [PATCH] feat(index): replace bambui by sftpgo --- public/icons/bambui.svg | 7 ------- public/icons/sftpgo.svg | 5 +++++ src/pages/index.astro | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 public/icons/bambui.svg create mode 100644 public/icons/sftpgo.svg diff --git a/public/icons/bambui.svg b/public/icons/bambui.svg deleted file mode 100644 index 10831bf..0000000 --- a/public/icons/bambui.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/public/icons/sftpgo.svg b/public/icons/sftpgo.svg new file mode 100644 index 0000000..822ad7c --- /dev/null +++ b/public/icons/sftpgo.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 8db96cf..f7aee39 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,6 @@ import ServiceCard from "../components/ServiceCard.astro"; const services = [ { serviceName: "AmneziaWG" }, - { serviceName: "BambUI" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, @@ -18,6 +17,7 @@ const services = [ { serviceName: "Redlib" }, { serviceName: "Roundcube" }, { serviceName: "Scrutiny" }, + { serviceName: "SFTPGo" }, { serviceName: "Synapse Admin" }, { serviceName: "Umami" }, { serviceName: "Unifi" },