simpler google meet creation
This commit is contained in:
@@ -374,7 +374,9 @@ export default function DashboardRoom() {
|
|||||||
<span className="text-white ">
|
<span className="text-white ">
|
||||||
ROOMS
|
ROOMS
|
||||||
<button
|
<button
|
||||||
onClick={() => window.open("https://meet.google.com", "_blank")}
|
onClick={() =>
|
||||||
|
window.open("https://meet.google.com/new", "_blank")
|
||||||
|
}
|
||||||
className="right-1 rounded-lg py-1 px-2 ml-1
|
className="right-1 rounded-lg py-1 px-2 ml-1
|
||||||
shadow-md text-center text-white text-sm font-bold"
|
shadow-md text-center text-white text-sm font-bold"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
|
|||||||
) : (
|
) : (
|
||||||
<span className="text-xs mb-2">
|
<span className="text-xs mb-2">
|
||||||
<a
|
<a
|
||||||
href="https://meet.google.com"
|
href="https://meet.google.com/new"
|
||||||
target={"_blank"}
|
target={"_blank"}
|
||||||
rel={"noreferrer"}
|
rel={"noreferrer"}
|
||||||
className=""
|
className=""
|
||||||
|
|||||||
Reference in New Issue
Block a user