Add service link to memos
All checks were successful
Deploy website / deploy (push) Successful in 13s

This commit is contained in:
luaneko 2024-12-04 18:32:59 +11:00
parent 2eabfac223
commit eaeb02eeff
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -9,6 +9,7 @@ const socials = [
const services = [
["Gitea", "git"],
["Roundcube", "mail"],
["Memos", "memo"],
];
services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));