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)} - /> - + ) : ( <> )}