From 6bf3978d417d1c40949f85e5084ad6d4d9a2db0d Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 15 Feb 2025 12:24:35 -0500 Subject: [PATCH] feat(index): add roundcube --- public/icons/roundcube.svg | 4 ++++ src/pages/index.astro | 1 + 2 files changed, 5 insertions(+) create mode 100644 public/icons/roundcube.svg diff --git a/public/icons/roundcube.svg b/public/icons/roundcube.svg new file mode 100644 index 0000000..a3e8a54 --- /dev/null +++ b/public/icons/roundcube.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index aa8d237..cadfca6 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,6 +15,7 @@ const services = [ { serviceName: "Navidrome" }, { serviceName: "Radicale" }, { serviceName: "Redlib" }, + { serviceName: "Roundcube" }, { serviceName: "Scrutiny" }, { serviceName: "Synapse Admin" }, { serviceName: "Umami" },