Skip to content

Commit

Permalink
feat: 💥 remove de
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer95 committed Feb 2, 2022
1 parent fd2a6fe commit 48b4b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ class Criteria extends React.Component {
<span>直播(测试版)</span>
</li>

<li className={active === 'de' ? 'active' : ''} onClick={this.toggle.bind(this, 'de')}>
{/* <li className={active === 'de' ? 'active' : ''} onClick={this.toggle.bind(this, 'de')}>
<span>o(*^@^*)o</span>
</li>
</li> */}

<li
onClick={() => {
Expand Down

0 comments on commit 48b4b14

Please sign in to comment.