Skip to content

Commit

Permalink
fix: say no to google translate, will fuckup childs (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew authored Apr 15, 2024
2 parents 4386267 + c15b4fa commit 8a821ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function RootLayout({
<HeadlessAISProvider>
<UserTimetableProvider>
<ModalProvider>
<html lang={params.lang} className={`${theme?.value ?? ''} ${inter.variable} ${noto.variable}`} suppressHydrationWarning>
<html lang={params.lang} translate="no" className={`${theme?.value ?? ''} ${inter.variable} ${noto.variable}`} suppressHydrationWarning>
<body>
{children}
<AppUrlListener/>
Expand Down

0 comments on commit 8a821ae

Please sign in to comment.