mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix: ( portal ) opt out of browser translation to stop booking crash
This commit is contained in:
@@ -62,6 +62,9 @@ export const metadata: Metadata = {
|
||||
shortcut: '/edr-logo.png',
|
||||
apple: '/edr-logo.png',
|
||||
},
|
||||
other: {
|
||||
google: 'notranslate',
|
||||
},
|
||||
};
|
||||
|
||||
// viewportFit: 'cover' lets fixed bottom bars (e.g. the payment page's Pay
|
||||
@@ -117,7 +120,7 @@ export default function RootLayout({
|
||||
};
|
||||
|
||||
return (
|
||||
<html lang="en" dir="ltr" suppressHydrationWarning>
|
||||
<html lang="en" dir="ltr" translate="no" className="notranslate" suppressHydrationWarning>
|
||||
<head>
|
||||
<JsonLd data={organizationSchema} />
|
||||
<JsonLd data={websiteSchema} />
|
||||
|
||||
Reference in New Issue
Block a user