Skip to content

Commit 9c24a99

Browse files
authored
Merge pull request #470 from GlebShulga/patch-1
Update index.js
2 parents 859758c + 683ff2c commit 9c24a99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/StartingPage/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ const BottomSpacer = styled("div")({ height: 100 })
141141

142142
const languageOptions = [
143143
{ label: "English", value: "en" },
144-
{ label: "French", value: "fr" },
145-
{ label: "Chinese", value: "cn" },
146-
{ label: "Portuguese", value: "pt" },
147-
{ label: "Dutch", value: "nl" },
144+
{ label: "Français", value: "fr" },
145+
{ label: "汉语", value: "cn" },
146+
{ label: "Português", value: "pt" },
147+
{ label: "Néerlandais", value: "nl" },
148148
]
149149

150150
export default ({

0 commit comments

Comments
 (0)