diff --git a/components/layout.tsx b/components/layout.tsx index 966af5e..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}