From d49bb9b4835f766cb95a6d74f38067bb38b27d6a Mon Sep 17 00:00:00 2001 From: Simonas Karuzas Date: Tue, 12 Sep 2023 17:07:45 +0300 Subject: [PATCH] fix: locale issues (#148) --- src/context/ThemeProvider.tsx | 32 ++++++++++++++++---------------- src/layout/Layout.tsx | 1 - 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/src/context/ThemeProvider.tsx b/src/context/ThemeProvider.tsx index 50f6cae8..615b35ee 100644 --- a/src/context/ThemeProvider.tsx +++ b/src/context/ThemeProvider.tsx @@ -98,25 +98,25 @@ const ThemeProvider = (props: any) => { - - + + {props.children} - - + + ) } diff --git a/src/layout/Layout.tsx b/src/layout/Layout.tsx index 02fb12aa..decd37ed 100644 --- a/src/layout/Layout.tsx +++ b/src/layout/Layout.tsx @@ -83,7 +83,6 @@ const Layout = () => { }} >