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 0ce0435 commit bab3976Copy full SHA for bab3976
client/components/Nav.jsx
@@ -687,6 +687,16 @@ class Nav extends React.PureComponent {
687
Português
688
</button>
689
</li>
690
+ <li className="nav__dropdown-item">
691
+ <button
692
+ onFocus={this.handleFocusForLang}
693
+ onBlur={this.handleBlur}
694
+ value="sv"
695
+ onClick={(e) => this.handleLangSelection(e)}
696
+ >
697
+ Svenska
698
+ </button>
699
+ </li>
700
<li className="nav__dropdown-item">
701
<button
702
onFocus={this.handleFocusForLang}
0 commit comments