Adjust conditionals in a few places

This commit is contained in:
jeffvli 2023-05-26 18:46:29 -07:00 committed by Jeff
parent a878875f83
commit 1d074dae2e
3 changed files with 12 additions and 10 deletions

View file

@ -138,9 +138,7 @@ const HomeRoute = () => {
<Box
ref={cq.ref}
mb="5rem"
pt={
windowBarStyle === Platform.WEB || windowBarStyle === Platform.LINUX ? '5rem' : '3rem'
}
pt={windowBarStyle === Platform.WEB ? '5rem' : '3rem'}
px="2rem"
>
<Stack spacing="lg">