Add service link to memos
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
2eabfac223
commit
eaeb02eeff
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user