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}
+1 -1
View File
@@ -225,7 +225,7 @@ export default function RoomCard(props: IRoomCardProps) {
<span
className={`flex flex-col ${
isUserInRoom ? " bg-white bg-opacity-80" : "bg-gray-300 bg-opacity-25"
} rounded-lg justify-between w-96 max-w-screen-sm m-2 shink-0 h-56`}
} rounded-lg justify-between w-96 max-w-screen-sm m-2 shrink-0 h-56`}
>
{/* header */}
<span className="flex flex-row justify-between items-baseline space-x-1 p-5 h-full">