We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43bf39 commit 90e2d0dCopy full SHA for 90e2d0d
resources/scripts/routers/AuthenticationRouter.tsx
@@ -7,7 +7,7 @@ import LoginCheckpointContainer from '@/components/auth/LoginCheckpointContainer
7
import NotFound from '@/components/screens/NotFound';
8
9
export default ({ location, history, match }: RouteComponentProps) => (
10
- <div className={'mt-8 xl:mt-32'}>
+ <div className={'pt-8 xl:pt-32'}>
11
<Switch location={location}>
12
<Route path={`${match.path}/login`} component={LoginContainer} exact/>
13
<Route path={`${match.path}/login/checkpoint`} component={LoginCheckpointContainer}/>
0 commit comments