fix: use Gatsby Link for logo text

This commit is contained in:
Felix Schröter 2022-11-16 00:16:53 +01:00
parent c76785f615
commit 4bfd8abd18
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -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" },