From 99226481b040262adfa28c41cfc7b4a70d8e873a Mon Sep 17 00:00:00 2001 From: Gautier Darchen Date: Thu, 4 Jul 2024 14:15:24 +0200 Subject: [PATCH] fix(translate): prevent auto-translate (#16) --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 02ae46c..7bc60d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -43,7 +43,7 @@ const RootLayout: FC = ({ children }) => { const isProd = process.env.NODE_ENV === 'production' return ( - + {/* React Slick CSS */}