From e3f0f307be1fdd36b3dfbc92dd274c5197391540 Mon Sep 17 00:00:00 2001 From: Nathaniel Bibler Date: Sun, 6 Mar 2022 15:20:45 -0500 Subject: [PATCH 1/2] feat: update header positioning --- components/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout.tsx b/components/layout.tsx index 966af5e..f79af56 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -23,7 +23,7 @@ const Layout: FC = ({ children, setTodos, todos }) => {
-

{t('todos')}

+

{t('todos')}

{children} From bd9843ad38a62d9fc7dd2238b3cca96e3726c431 Mon Sep 17 00:00:00 2001 From: Nathaniel Bibler Date: Tue, 12 Apr 2022 14:06:39 -0400 Subject: [PATCH 2/2] feat: change header color --- components/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout.tsx b/components/layout.tsx index f79af56..534ad00 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -23,7 +23,7 @@ const Layout: FC = ({ children, setTodos, todos }) => {
-

{t('todos')}

+

{t('todos')}

{children}