From e9d344b83036985b1d1cc422e6cd584ddd2c827b Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:15:03 -0500 Subject: [PATCH] Fix Spacing --- src/equicordplugins/whosWatching/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/equicordplugins/whosWatching/index.tsx b/src/equicordplugins/whosWatching/index.tsx index 71ba65c3..6755c66e 100644 --- a/src/equicordplugins/whosWatching/index.tsx +++ b/src/equicordplugins/whosWatching/index.tsx @@ -141,6 +141,7 @@ export default definePlugin({ src={user.getAvatarURL(void 0, 80, true)} alt={user.username} title={user.username} + style={{ marginLeft: 8 }} /> )}