From 16f84f58d5f54f763c654f90619d308c3347a3d3 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 19 Jan 2022 17:12:30 -0800 Subject: [PATCH] Update CreateOrUpdateRoom.tsx --- components/Modals/CreateOrUpdateRoom.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 7a1ceee..e3af5b9 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -238,14 +238,17 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { properly. ) : ( - - Click here to create one. - + + + Click here to create one + {" "} + and then come back and paste the link for your team. + )}