Skip to content

Commit bab3976

Browse files
authored
Update Nav.jsx
1 parent 0ce0435 commit bab3976

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
@@ -687,6 +687,16 @@ class Nav extends React.PureComponent {
687687
Português
688688
</button>
689689
</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>
690700
<li className="nav__dropdown-item">
691701
<button
692702
onFocus={this.handleFocusForLang}

0 commit comments

Comments
 (0)