From 4bfd8abd1817611e5ec5e55aa08dba012e3edb68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 16 Nov 2022 00:16:53 +0100 Subject: [PATCH] fix: use Gatsby Link for logo text --- src/components/organisms/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/Layout.tsx b/src/components/organisms/Layout.tsx index bf8fce7..e6e0050 100644 --- a/src/components/organisms/Layout.tsx +++ b/src/components/organisms/Layout.tsx @@ -29,8 +29,8 @@ const Layout = ({ pageTitle, preTitle, children }: LayoutProps) => {