From 69bea56243300feb1da8153895b6359ea7274dff Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Mon, 30 Jan 2023 17:47:26 -0500 Subject: [PATCH] add space to icons --- client/src/config/globals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/config/globals.js b/client/src/config/globals.js index 76e8ef4..df5f28f 100644 --- a/client/src/config/globals.js +++ b/client/src/config/globals.js @@ -93,7 +93,7 @@ export const globals = { moderator: ' \uD83D\uDC51', 'temp mod': ' \uD83C\uDFAE\uD83D\uDC51', spectator: ' \uD83D\uDC7B', - killed: '\uD83D\uDC80', - bot: '\uD83E\uDD16' + killed: ' \uD83D\uDC80', + bot: ' \uD83E\uDD16' } };