move to top

This commit is contained in:
Nicholas Orlowsky 2023-03-12 18:11:02 -05:00
parent aeef385c85
commit 261a4fcacd
3 changed files with 18 additions and 2 deletions

View file

@ -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>
)
}