Skip to content

Commit 90e2d0d

Browse files
committed
Fix positioning of the loading bar when logging in
1 parent c43bf39 commit 90e2d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/routers/AuthenticationRouter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LoginCheckpointContainer from '@/components/auth/LoginCheckpointContainer
77
import NotFound from '@/components/screens/NotFound';
88

99
export default ({ location, history, match }: RouteComponentProps) => (
10-
<div className={'mt-8 xl:mt-32'}>
10+
<div className={'pt-8 xl:pt-32'}>
1111
<Switch location={location}>
1212
<Route path={`${match.path}/login`} component={LoginContainer} exact/>
1313
<Route path={`${match.path}/login/checkpoint`} component={LoginCheckpointContainer}/>

0 commit comments

Comments
 (0)