Remove umami link from frontpage
All checks were successful
Deploy website / deploy (push) Successful in 13s

This commit is contained in:
luaneko 2024-12-04 14:48:33 +11:00
parent 601d18c11e
commit 12947e0241
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -9,7 +9,6 @@ const socials = [
const services = [ const services = [
["Gitea", "git"], ["Gitea", "git"],
["Roundcube", "mail"], ["Roundcube", "mail"],
["Umami", "stat", "https://stat.lua.re/share/ZxbryfOdLBv98K8k/lua.re"],
]; ];
services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b)); services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));