Skip to content

Commit 098aa67

Browse files
committed
renderLanguageMenu item added
1 parent 86f9c01 commit 098aa67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

client/components/Nav.jsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,16 @@ class Nav extends React.PureComponent {
752752
正體中文
753753
</button>
754754
</li>
755+
<li className="nav__dropdown-item">
756+
<button
757+
onFocus={this.handleFocusForLang}
758+
onBlur={this.handleBlur}
759+
value="tr"
760+
onClick={(e) => this.handleLangSelection(e)}
761+
>
762+
Türkçe
763+
</button>
764+
</li>
755765
</ul>
756766
</li>
757767
</React.Fragment>

0 commit comments

Comments
 (0)