Style tweaks

This commit is contained in:
2023-08-24 16:54:20 +01:00
parent 4e21c4834b
commit 4b85a16904
19 changed files with 79 additions and 57 deletions

View File

@ -505,3 +505,7 @@ export function kvToObject<T>(o: string, sep?: string) {
})
) as T;
}
export function defaultAvatar(input: string) {
return `https://robohash.v0l.io/${input}.png`;
}