From 0b3204f616403e1f5d9155c4c55baab070ab08f1 Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 15 Feb 2025 15:47:55 -0500 Subject: [PATCH] feat(index): add maloja --- public/icons/maloja.svg | 5 +++++ src/pages/index.astro | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/icons/maloja.svg diff --git a/public/icons/maloja.svg b/public/icons/maloja.svg new file mode 100644 index 0000000..87749f1 --- /dev/null +++ b/public/icons/maloja.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index cadfca6..8db96cf 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,6 +12,7 @@ const services = [ { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Immich" }, { serviceName: "Lodestone" }, + { serviceName: "Maloja" }, { serviceName: "Navidrome" }, { serviceName: "Radicale" }, { serviceName: "Redlib" },