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
|
||||
variant="h6"
|
||||
noWrap
|
||||
component="a"
|
||||
href="/"
|
||||
component={GatsbyLink}
|
||||
to="/"
|
||||
sx={{
|
||||
mr: 2,
|
||||
display: { xs: "none", md: "flex" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue