Skip to content

Commit

Permalink
Update floor map room button
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1uev committed Jul 10, 2024
1 parent e211a14 commit 334e2c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/client/components/OfficeFloorMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,11 @@ const PointComponent: Record<
: 'text-black bg-green-200 border-green-200 hover:bg-cta-jade hover:border-cta-hover-jadeNoOpacity hover:text-white',
'sm:p-4',
pointCommonStyle,
'absolute'
'absolute whitespace-nowrap'
)}
onClick={onClick(item.id, VisitType.RoomReservation)}
>
<p className="font-bold">
{!isSelected && 'Book'} {item.name}
</p>
<p className="font-bold">{item.name}</p>
</Button>
),
}
Expand Down

0 comments on commit 334e2c0

Please sign in to comment.