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 4d797ee commit a87d5a8Copy full SHA for a87d5a8
en/index.html
@@ -353,15 +353,15 @@
353
354
<li class="dropdown hover-line language-switcher">
355
<a href="../cn/index.html" class="dropdown-toggle" data-toggle="dropdown">
356
- <img src="../assets/images/flags/flag-cn.png" alt="flag-cn" /> Chinese
+ <img src="../assets/images/flags/flag-us.png" alt="flag-us" /> English
357
</a>
358
<ul class="dropdown-menu languages">
359
- <li>
+ <li class="active">
360
<a href="../en/index.html">
361
<img src="../assets/images/flags/flag-us.png" alt="flag-us" /> English
362
363
</li>
364
- <li class="active">
+ <li >
365
<a href="../cn/index.html">
366
<img src="../assets/images/flags/flag-cn.png" alt="flag-cn" /> Chinese
367
0 commit comments