add CssBaseline
This commit is contained in:
parent
203b3b755e
commit
ab2cd5c5c4
@ -1,6 +1,6 @@
|
||||
import * as React from "react"
|
||||
import { Link as GatsbyLink } from "gatsby"
|
||||
import { AppBar, Container, Grid, Link, Toolbar } from "@mui/material"
|
||||
import { AppBar, Container, CssBaseline, Grid, Link, Toolbar } from "@mui/material"
|
||||
import NavMenu from "./nav-menu"
|
||||
|
||||
const Layout = ({ location, title, children }) => {
|
||||
@ -24,6 +24,7 @@ const Layout = ({ location, title, children }) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<CssBaseline />
|
||||
<AppBar
|
||||
component="header"
|
||||
color="transparent"
|
||||
|
Loading…
Reference in New Issue
Block a user