fix: use Gatsby Link for logo text
This commit is contained in:
parent
c76785f615
commit
4bfd8abd18
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ const Layout = ({ pageTitle, preTitle, children }: LayoutProps) => {
|
||||||
<Typography
|
<Typography
|
||||||
variant="h6"
|
variant="h6"
|
||||||
noWrap
|
noWrap
|
||||||
component="a"
|
component={GatsbyLink}
|
||||||
href="/"
|
to="/"
|
||||||
sx={{
|
sx={{
|
||||||
mr: 2,
|
mr: 2,
|
||||||
display: { xs: "none", md: "flex" },
|
display: { xs: "none", md: "flex" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue