From 64d04667a486be58800554044d94b94a60ba7c5d Mon Sep 17 00:00:00 2001 From: Andres Date: Mon, 11 Jul 2022 13:17:30 +0200 Subject: [PATCH] hw5 add page name to header --- src/s2-homeworks/hw05/layout/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s2-homeworks/hw05/layout/Layout.tsx b/src/s2-homeworks/hw05/layout/Layout.tsx index 34f7df1..ca09dcd 100644 --- a/src/s2-homeworks/hw05/layout/Layout.tsx +++ b/src/s2-homeworks/hw05/layout/Layout.tsx @@ -18,7 +18,7 @@ export const Layout: FC = ({ children }) => { return ( <> -
+
{children} )