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. properly.
</span> </span>
) : ( ) : (
<a <span className="text-xs mb-2">
href="https://meet.google.com" <a
target={"_blank"} href="https://meet.google.com"
rel={"noreferrer"} target={"_blank"}
className="text-xs mb-2" rel={"noreferrer"}
> className=""
Click here to create one. >
</a> Click here to create one
</a>{" "}
and then come back and paste the link for your team.
</span>
)} )}
<input <input