Skip to content

Commit 57bb2ce

Browse files
committed
feat: tell browser not to translate
1 parent 3199dda commit 57bb2ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose/neurosynth-frontend/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" class="notranslate" translate="no">
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="Neurosynth-Compose App" />
9+
<meta name="google" content="notranslate" />
910
<link rel="apple-touch-icon" href="/logo192.png" />
1011
<!--
1112
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)