move to top
This commit is contained in:
parent
aeef385c85
commit
261a4fcacd
3 changed files with 18 additions and 2 deletions
|
@ -14,10 +14,10 @@ import Projects from "./components/projects/Projects";
|
|||
const NavBarView = (props: {children: any}) => {
|
||||
return (
|
||||
<div>
|
||||
<Navbar/>
|
||||
<div style={{height: "95vh"}}>
|
||||
{props.children}
|
||||
</div>
|
||||
<Navbar/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue