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" },