Update default avatar colour scheme and fix ordering
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
assets/public/4c1b599b1ef5b9f1874fdb9933f3e03b.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.1 KiB |
@ -23,11 +23,12 @@ import { HTTPError } from "lambert-server";
|
||||
import { join } from "path";
|
||||
|
||||
const defaultAvatarHashMap = new Map([
|
||||
["1", "1f0bfc0865d324c2587920a7d80c609b"],
|
||||
["2", "c09a43a372ba81e3018c3151d4ed4773"],
|
||||
["3", "7c8f476123d28d103efe381543274c25"],
|
||||
["4", "6f26ddd1bf59740c536d2274bb834a05"],
|
||||
["5", "3c6ccb83716d1e4fb91d3082f6b21d77"],
|
||||
["0", "1f0bfc0865d324c2587920a7d80c609b"],
|
||||
["1", "c09a43a372ba81e3018c3151d4ed4773"],
|
||||
["2", "7c8f476123d28d103efe381543274c25"],
|
||||
["3", "6f26ddd1bf59740c536d2274bb834a05"],
|
||||
["4", "3c6ccb83716d1e4fb91d3082f6b21d77"],
|
||||
["5", "4c1b599b1ef5b9f1874fdb9933f3e03b"],
|
||||
]);
|
||||
|
||||
const router = Router();
|
||||
|