From f2e4ac25757248529d012548a3738150e59523da Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:19:45 -0600 Subject: [PATCH] Small UI adjustments --- src/components/Footer.tsx | 14 ++-- src/components/Navbar.tsx | 34 ++++---- src/components/RoomList.tsx | 34 ++++---- src/components/templates/Goodbye.tsx | 20 ++--- src/components/templates/Welcome.tsx | 30 +++---- src/pages/_app.tsx | 8 +- src/pages/admin/index.tsx | 72 ++++++++-------- src/pages/api/ping.ts | 2 +- src/pages/api/trpc/[trpc].ts | 8 +- src/pages/dashboard/index.tsx | 26 +++--- src/pages/index.tsx | 16 ++-- src/pages/profile/index.tsx | 72 ++++++++-------- src/pages/room/[id].tsx | 121 +++++++++++++-------------- 13 files changed, 229 insertions(+), 228 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 6a7ba99..fafc297 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,9 +6,9 @@ const Footer: React.FC = () => {