From 9587dd7352fd7294e8bf366069b072f7532b18bc Mon Sep 17 00:00:00 2001
From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com>
Date: Thu, 11 May 2023 15:16:17 +0100
Subject: [PATCH] Prettier
---
src/Header.tsx | 4 +++-
src/room/RoomAuthView.tsx | 7 ++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/Header.tsx b/src/Header.tsx
index 5a4f7f5..410f348 100644
--- a/src/Header.tsx
+++ b/src/Header.tsx
@@ -134,7 +134,9 @@ export function RoomHeaderInfo({ roomName, avatarUrl }: RoomHeaderInfo) {
/>
- {roomName}
+
+ {roomName}
+
>
);
}
diff --git a/src/room/RoomAuthView.tsx b/src/room/RoomAuthView.tsx
index c3ccf0a..12adcc1 100644
--- a/src/room/RoomAuthView.tsx
+++ b/src/room/RoomAuthView.tsx
@@ -91,7 +91,12 @@ export function RoomAuthView() {
)}
-