From 5defe581c5a7c9c00f41b0ba97624935881a4d2b Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Sun, 19 May 2024 21:14:44 +0100 Subject: [PATCH] feat(web): add badge with users online --- apps/web/app/room/queue/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/app/room/queue/page.tsx b/apps/web/app/room/queue/page.tsx index 4dd8100..1abe7ec 100644 --- a/apps/web/app/room/queue/page.tsx +++ b/apps/web/app/room/queue/page.tsx @@ -84,7 +84,11 @@ export default function Page(): JSX.Element {

Before you start practicing, make sure to check your microphone and camera.

-

users online now: {usersOnline}

+
+ + Users Online: {usersOnline} + +