showing modal for creating room

This commit is contained in:
Arjun Patel
2022-01-16 15:44:18 -08:00
parent 6ce8a9f0e0
commit 7033c79ebb
4 changed files with 23 additions and 2 deletions
+4
View File
@@ -4,6 +4,7 @@ import { FaAngleDown, FaBell, FaClock, FaPlus, FaLink } from "react-icons/fa";
import { IoTimer } from "react-icons/io5";
import { BsThreeDots } from "react-icons/bs";
import Image from "next/image";
import CreateRoom from "../Modals/CreateRoom";
enum RoomTypeFilter {
all = "all",
@@ -34,6 +35,9 @@ export default function DashboardRoom() {
return (
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
{/* modal for creating room */}
<CreateRoom show={true} />
{/* header */}
<span className="flex flex-row justify-end space-x-3 pb-5 items-center">
<span className="text-white mr-auto">