mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 06:35:42 +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',
|
shortcut: '/edr-logo.png',
|
||||||
apple: '/edr-logo.png',
|
apple: '/edr-logo.png',
|
||||||
},
|
},
|
||||||
|
other: {
|
||||||
|
google: 'notranslate',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// viewportFit: 'cover' lets fixed bottom bars (e.g. the payment page's Pay
|
// viewportFit: 'cover' lets fixed bottom bars (e.g. the payment page's Pay
|
||||||
@@ -117,7 +120,7 @@ export default function RootLayout({
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<html lang="en" dir="ltr" suppressHydrationWarning>
|
<html lang="en" dir="ltr" translate="no" className="notranslate" suppressHydrationWarning>
|
||||||
<head>
|
<head>
|
||||||
<JsonLd data={organizationSchema} />
|
<JsonLd data={organizationSchema} />
|
||||||
<JsonLd data={websiteSchema} />
|
<JsonLd data={websiteSchema} />
|
||||||
|
|||||||
Reference in New Issue
Block a user