diff --git a/components/Dashboard/Rooms.tsx b/components/Dashboard/Rooms.tsx
index 924a89b..862b39b 100644
--- a/components/Dashboard/Rooms.tsx
+++ b/components/Dashboard/Rooms.tsx
@@ -5,6 +5,10 @@ import { IoTimer } from "react-icons/io5";
import { BsThreeDots } from "react-icons/bs";
import Image from "next/image";
import CreateRoom from "../Modals/CreateRoom";
+import {
+ ShowModalType,
+ useKeyboardContext,
+} from "../../contexts/keyboardContext";
enum RoomTypeFilter {
all = "all",
@@ -21,6 +25,8 @@ enum RoomTimeFilter {
}
export default function DashboardRoom() {
+ const { handleModalType } = useKeyboardContext();
+
// get rooms data realtime
useEffect(() => {
/**
@@ -57,7 +63,11 @@ export default function DashboardRoom() {
- Live
+ Me
+
+
+
+ Now
@@ -69,7 +79,7 @@ export default function DashboardRoom() {
- Expired
+ Archive
@@ -77,7 +87,10 @@ export default function DashboardRoom() {
Week
-