stupid spelling mistake

This commit is contained in:
Arjun Patel
2022-01-19 16:06:52 -08:00
parent cbb03df811
commit ecea6d8d06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ export default function DashboardRoom() {
}
return (
<section className="p-5 grow shrink-0 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
<section className="p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md">
{/* modal for creating room */}
<CreateOrUpdateRoom
show={showModalType == ShowModalType.createRoom}