Basic tcef home

This commit is contained in:
vjrj 2017-11-14 08:41:42 +01:00
parent 460d0a0b5e
commit 60fcd48140
6 changed files with 230 additions and 13 deletions

View file

@ -54,7 +54,7 @@ const App = props => (
{!props.loading ? <div className="App">
{props.userId && !props.emailVerified ? <Alert className="verify-email text-center"><p>Hey friend! Can you <strong>verify your email address</strong> ({props.emailAddress}) for us? <Button bsStyle="link" onClick={() => handleResendVerificationEmail(props.emailAddress)} href="#">Re-send verification email</Button></p></Alert> : ''}
<Navigation {...props} />
<Grid>
<Grid bsClass="previously-container-but-disabled" >
<Switch>
<Route exact name="index" path="/" component={Index} />
<Authenticated exact path="/documents" component={Documents} {...props} />