Skip to content

Commit

Permalink
Merge pull request #248 from darklakefi/fix/disable-google-translations
Browse files Browse the repository at this point in the history
fix: disable google translations for now due to errors
  • Loading branch information
jsonDoge authored Jan 8, 2025
2 parents 6a82377 + 3b6195f commit b8c83b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="en" className="notranslate" translate='no'>
<head>
<link
rel="stylesheet"
Expand Down

0 comments on commit b8c83b6

Please sign in to comment.