simpler google meet creation

This commit is contained in:
Arjun Patel
2022-01-21 15:16:57 -08:00
parent 339581ca59
commit 4f24b46251
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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"
> >
+1 -1
View File
@@ -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=""