Basic design concept for a nav bar
This commit is contained in:
parent
cbd050edda
commit
46c338dc1b
5 changed files with 121 additions and 69 deletions
|
@ -39,7 +39,7 @@ const App = () => {
|
|||
return (
|
||||
<StoreProvider store={store}>
|
||||
<Router basename={'/'}>
|
||||
<div className={'mx-auto w-auto'} style={{ maxWidth: '1000px' }}>
|
||||
<div className={'mx-auto w-auto'}>
|
||||
<TransitionRouter basename={'/'}>
|
||||
<Route exact path="/" component={ServerOverviewContainer}/>
|
||||
<Route path="/auth" component={AuthenticationRouter}/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue