added header
This commit is contained in:
parent
791378d959
commit
0d5d2e821f
5 changed files with 360 additions and 43 deletions
|
|
@ -7,6 +7,7 @@ import { useAuth0 } from '@auth0/auth0-react'
|
|||
import { or } from '../utils/types'
|
||||
import LoadingScreen from './LoadingScreen'
|
||||
import { pond } from "protobuf-ts/pond";
|
||||
import NavigationContainer from '../navigation/NavigationContainer'
|
||||
|
||||
|
||||
export default function UserWrapper() {
|
||||
|
|
@ -42,7 +43,8 @@ export default function UserWrapper() {
|
|||
)
|
||||
|
||||
return (
|
||||
<><div>
|
||||
<NavigationContainer>
|
||||
<div>
|
||||
<a href="https://vitejs.dev" target="_blank">
|
||||
<img src={viteLogo} className="logo" alt="Vite logo" />
|
||||
</a>
|
||||
|
|
@ -61,6 +63,6 @@ export default function UserWrapper() {
|
|||
</div><p className="read-the-docs">
|
||||
Coming soon
|
||||
</p>
|
||||
</>
|
||||
</NavigationContainer>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue