diff --git a/src/index.tsx b/src/index.tsx index 13768c08a..5dab9a82d 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -77,6 +77,7 @@ store.dispatch(taskManagerThunks.initializeThunk()); store.dispatch(referralsThunks.initializeThunk()); const container = document.getElementById('root') as HTMLElement; +document.documentElement.setAttribute('translate', 'no'); const root = createRoot(container); root.render(