From d06dba6cea17590befccc2505428d9f91e17caf7 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 18 Jan 2022 00:55:46 -0800 Subject: [PATCH] Update CreateOrUpdateRoom.tsx --- components/Modals/CreateOrUpdateRoom.tsx | 29 ++++++++++++++---------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 2933234..02afcfb 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -1,4 +1,4 @@ -import { Divider, Modal, Radio, Select } from "antd"; +import { Divider, Modal, Radio, Select, Tooltip } from "antd"; import React, { useEffect, useState } from "react"; import toast from "react-hot-toast"; import { useAuth } from "../../contexts/authContext"; @@ -229,18 +229,23 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { {roomType == RoomType.recurring || roomType == RoomType.scheduled ? ( - - Approximate day/time - - Put a rough day/time that makes sense to you. + + + Approximate Slot + + The calendar way of doing things is overwhelming. Put a rough + day/time that makes sense to you. + + setRoomAppxDateTime(e.target.value)} + /> - setRoomAppxDateTime(e.target.value)} - /> - + ) : ( <> )}