From bdb4d96f43c065eba80816bf51109b7cc1c4dc27 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Sat, 19 Mar 2022 11:19:59 -0400 Subject: [PATCH] fix tooltip not dissapearing. --- src/Corporation/ui/IndustryOffice.tsx | 29 ++++++++++++++++----------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/src/Corporation/ui/IndustryOffice.tsx b/src/Corporation/ui/IndustryOffice.tsx index 62c6b2205..af04c7591 100644 --- a/src/Corporation/ui/IndustryOffice.tsx +++ b/src/Corporation/ui/IndustryOffice.tsx @@ -431,17 +431,21 @@ export function IndustryOffice(props: IProps): React.ReactElement { Size: {props.office.employees.length} / {props.office.size} employees - - + + Automatically hires an employee and gives him/her a random name}> - + + + Upgrade the office's size so that it can hold more employees!}> - + + + Throw an office party to increase your employee's morale and happiness} > - + + + )} -