fix: menu icon didn't have fallback emoji
Massimo Melina committed
May 20, 2023 at 17:54 UTC
2c48bdb39461d880a39421500234cc6357d1ba28
1 file changed
+1
frontend/src/icons.ts
+1
@@ -27,6 +27,7 @@ const SYS_ICONS = {
27
check: '✔️',
28
to_start: '◀',
29
to_end: '▶',
30
+ menu: '☰',
31
}
32
33
document.fonts.ready.then(async ()=> {