Update CreateOrUpdateRoom.tsx

This commit is contained in:
Arjun Patel
2022-01-19 17:12:30 -08:00
parent 7bca81df44
commit 16f84f58d5
+11 -8
View File
@@ -238,14 +238,17 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
properly.
</span>
) : (
<a
href="https://meet.google.com"
target={"_blank"}
rel={"noreferrer"}
className="text-xs mb-2"
>
Click here to create one.
</a>
<span className="text-xs mb-2">
<a
href="https://meet.google.com"
target={"_blank"}
rel={"noreferrer"}
className=""
>
Click here to create one
</a>{" "}
and then come back and paste the link for your team.
</span>
)}
<input