We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6232817 commit 7205ff4Copy full SHA for 7205ff4
client/components/Nav.jsx
@@ -609,6 +609,16 @@ class Nav extends React.PureComponent {
609
日本語
610
</button>
611
</li>
612
+ <li className="nav__dropdown-item">
613
+ <button
614
+ onFocus={this.handleFocusForLang}
615
+ onBlur={this.handleBlur}
616
+ value="hi"
617
+ onClick={e => this.handleLangSelection(e)}
618
+ >
619
+ हिन्दी
620
+ </button>
621
+ </li>
622
</ul>
623
624
</React.Fragment>
0 commit comments