diff --git a/src/components/layout.js b/src/components/layout.js index 41fd635..17da4c4 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -1,6 +1,7 @@ import * as React from "react" import { Link as GatsbyLink } from "gatsby" -import { AppBar, Button, Container, Link, Toolbar } from "@mui/material" +import { AppBar, Container, Grid, Link, Toolbar } from "@mui/material" +import NavMenu from "./nav-menu" const Layout = ({ location, title, children }) => { // const rootPath = `${__PATH_PREFIX__}/` @@ -41,7 +42,14 @@ const Layout = ({ location, title, children }) => { -
{children}
+ + + + + +
{children}
+
+