changing back to better ui from before

This commit is contained in:
Arjun Patel
2022-01-20 15:07:05 -08:00
parent f23e92a704
commit 5409cb8d12
3 changed files with 74 additions and 129 deletions
+5
View File
@@ -303,6 +303,11 @@ export default function RoomCard(props: IRoomCardProps) {
{/* room status and link(s) */}
<span className="flex flex-col items-end justify-between h-full w-fit">
<RoomTypeTag
roomStatus={props.room.status}
roomType={props.room.type}
/>
{renderTopRightCardInfo()}
<span