simpler google meet creation
This commit is contained in:
@@ -374,7 +374,9 @@ export default function DashboardRoom() {
|
||||
<span className="text-white ">
|
||||
ROOMS
|
||||
<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
|
||||
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">
|
||||
<a
|
||||
href="https://meet.google.com"
|
||||
href="https://meet.google.com/new"
|
||||
target={"_blank"}
|
||||
rel={"noreferrer"}
|
||||
className=""
|
||||
|
||||
Reference in New Issue
Block a user