Skip to content

Commit 3c63fa2

Browse files
authored
Made util.ts more magical
1 parent 2cbe05f commit 3c63fa2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/util.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ export const formatNick = (cid: string, nick: string) => {
139139
return `👑${nick}👑`;
140140
case 'lukasak':
141141
return '🚂';
142+
case 'wileker':
143+
return `🧙‍♂️${nick}🪄`;
142144
default:
143145
return nick;
144146
}

0 commit comments

Comments
 (0)