Skip to content

Commit bf51267

Browse files
committed
fixed wrong value on button
1 parent 92d5bc0 commit bf51267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/Nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ class Nav extends React.PureComponent {
651651
<button
652652
onFocus={this.handleFocusForLang}
653653
onBlur={this.handleBlur}
654-
value="pt-BR"
654+
value="de"
655655
onClick={(e) => this.handleLangSelection(e)}
656656
>
657657
Deutsch

0 commit comments

Comments
 (0)