Skip to content

Commit

Permalink
reorder list
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhaobraze committed Dec 5, 2024
1 parent cc7b052 commit 906e41e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<option value="en">EN</option>
<option value="es">ES</option>
<option value="fr">FR</option>
<option value="ko">KO</option>
<option value="ja">JA</option>
</select>
<option value="ja">JA</option>
<option value="ko">KO</option>
</select>
</div>
</li>
</ul>
Expand All @@ -88,8 +88,8 @@
<option value="en">EN</option>
<option value="es">ES</option>
<option value="fr">FR</option>
<option value="ko">KO</option>
<option value="ja">JA</option>
<option value="ko">KO</option>
</select>
</div>
<ul class="navbar-nav " id="dropdown_menu">
Expand Down

0 comments on commit 906e41e

Please sign in to comment.