Update CreateOrUpdateRoom.tsx
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user