From 25c5b9bdaba91320f323d0417e5319cd16ea2917 Mon Sep 17 00:00:00 2001 From: Nonoyamalfoy Date: Mon, 8 Mar 2021 16:24:05 +0900 Subject: [PATCH] test27 --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index c9bbc66..dd4a6cd 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,7 +7,7 @@ type Props = { title?: string } -const Layout = ({ children, title = 'Title L' }: Props) => ( +const Layout = ({ children, title = 'Title M' }: Props) => (
{title}