adding nicer subtext to tell people to keep things organized

This commit is contained in:
Arjun Patel
2022-01-17 15:57:45 -08:00
parent ca21f4fd57
commit 7c2f3c1061
+17 -10
View File
@@ -173,25 +173,32 @@ export default function DashboardRoom() {
<Menu.Item key={1} disabled> <Menu.Item key={1} disabled>
Past 24 Hours (Coming Soon) Past 24 Hours (Coming Soon)
</Menu.Item> </Menu.Item>
<Menu.Item disabled>This Month(Coming Soon)</Menu.Item> <Menu.Item key={2} disabled>
This Month(Coming Soon)
</Menu.Item>
</Menu> </Menu>
); );
return ( return (
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md"> <section className="p-5 w-full flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
{/* modal for creating room */} {/* modal for creating room */}
<CreateRoom /> <CreateRoom />
{/* header */} {/* header */}
<span className="flex flex-row justify-end space-x-3 pb-5 items-center"> <span className="flex flex-row justify-end space-x-3 pb-5 items-center">
<span className="text-white mr-auto"> <span className="flex flex-col mr-auto">
ROOMS <span className="text-white ">
<button Rooms
className="right-1 rounded-lg py-1 px-2 ml-1 <button
shadow-md text-center text-white text-sm font-bold" className="right-1 rounded-lg py-1 px-2 ml-1
> shadow-md text-center text-white text-sm font-bold"
CTRL + Q >
</button> CTRL + Q
</button>
</span>
<span className="text-gray-300 text-xs">
archive rooms to keep your team focused
</span>
</span> </span>
<Radio.Group <Radio.Group