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) => (