From c76785f615cb3cd46e2a09ae3157823c8c01cce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Wed, 16 Nov 2022 00:12:21 +0100 Subject: [PATCH] feat: update title --- src/components/organisms/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/Layout.tsx b/src/components/organisms/Layout.tsx index 7751562..bf8fce7 100644 --- a/src/components/organisms/Layout.tsx +++ b/src/components/organisms/Layout.tsx @@ -21,7 +21,7 @@ const Layout = ({ pageTitle, preTitle, children }: LayoutProps) => { return (
- {pageTitle} + {pageTitle} — felschr's blog