aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/components/portal
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-22 08:42:37 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-22 08:42:37 +0800
commitde2dcbae5a78d2b1103c171416e4af5794d0b183 (patch)
treed76661ab88911d8a625552c118c7715ff7e36347 /packages/website/ts/components/portal
parentb0000bb276df7609bea8a48252063693f0553222 (diff)
downloaddexon-0x-contracts-de2dcbae5a78d2b1103c171416e4af5794d0b183.tar.gz
dexon-0x-contracts-de2dcbae5a78d2b1103c171416e4af5794d0b183.tar.zst
dexon-0x-contracts-de2dcbae5a78d2b1103c171416e4af5794d0b183.zip
Lint and fix typo
Diffstat (limited to 'packages/website/ts/components/portal')
-rw-r--r--packages/website/ts/components/portal/portal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/portal/portal.tsx b/packages/website/ts/components/portal/portal.tsx
index e31404559..9a725c742 100644
--- a/packages/website/ts/components/portal/portal.tsx
+++ b/packages/website/ts/components/portal/portal.tsx
@@ -243,7 +243,7 @@ export class Portal extends React.Component<PortalProps, PortalState> {
style={{
backgroundColor: colors.lightestGrey,
position: 'fixed',
- // Hack: used to make onboarding z-index logi work for both mobile and desktop
+ // Hack: used to make onboarding z-index logic work for both mobile and desktop
zIndex: utils.isMobile(this.props.screenWidth) ? zIndex.topBar : undefined,
}}
maxWidth={LARGE_LAYOUT_MAX_WIDTH}