Remove umami link from frontpage
All checks were successful
Deploy website / deploy (push) Successful in 13s
All checks were successful
Deploy website / deploy (push) Successful in 13s
This commit is contained in:
parent
601d18c11e
commit
12947e0241
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user