refactor: profile & other styles

This commit is contained in:
2023-12-07 12:35:46 +00:00
parent 51905c4b7f
commit 30907927d1
25 changed files with 197 additions and 457 deletions

View File

@ -78,3 +78,7 @@ export function uniqBy<T>(vals: Array<T>, key: (x: T) => string) {
}, {} as Record<string, T>)
);
}
export function getPlaceholder(id: string) {
return `https://robohash.v0l.io/${id}.png`;
}