Implement borrower dimension

This commit is contained in:
Eric NGUYEN 2022-08-30 17:36:48 +02:00
parent 57e6c9a156
commit 5fa9db931f
7 changed files with 117 additions and 14 deletions

View file

@ -96,6 +96,7 @@ export function Menu(props: IMenuProps): JSX.Element {
};
}
// TODO: Fix css
const visible = isOpen ? 'visible opacity-1' : 'invisible opacity-0';
return (
<div