Update CreateOrUpdateRoom.tsx

This commit is contained in:
Arjun Patel
2022-01-18 14:02:28 -08:00
parent 950b29a8e6
commit 03bf80e15f
+3 -1
View File
@@ -258,7 +258,9 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) {
{/* team or personal */} {/* team or personal */}
<Tooltip <Tooltip
title={"Private mode coming soon, but we don't think it's needed"} title={
"Private mode coming soon, but keep it collaborative for now."
}
className="flex flex-col" className="flex flex-col"
> >
<Switch disabled={true} defaultChecked /> <Switch disabled={true} defaultChecked />