stupid spelling mistake
This commit is contained in:
@@ -302,7 +302,7 @@ export default function DashboardRoom() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
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 */}
|
{/* modal for creating room */}
|
||||||
<CreateOrUpdateRoom
|
<CreateOrUpdateRoom
|
||||||
show={showModalType == ShowModalType.createRoom}
|
show={showModalType == ShowModalType.createRoom}
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ export default function RoomCard(props: IRoomCardProps) {
|
|||||||
<span
|
<span
|
||||||
className={`flex flex-col ${
|
className={`flex flex-col ${
|
||||||
isUserInRoom ? " bg-white bg-opacity-80" : "bg-gray-300 bg-opacity-25"
|
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 */}
|
{/* header */}
|
||||||
<span className="flex flex-row justify-between items-baseline space-x-1 p-5 h-full">
|
<span className="flex flex-row justify-between items-baseline space-x-1 p-5 h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user