Skip to content

Commit

Permalink
remove soon from features
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Dec 30, 2017
1 parent e8318e4 commit a6bfa37
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions renderer/pages/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,9 @@ class Settings extends Component {
<Hero type="Settings" />

<ul>
<li onClick={importUser}>
Import tasks <span>soon</span>
</li>
<li onClick={exportUser}>
Export tasks <span>soon</span>
</li>
<li onClick={clearHistory}>
Clear history <span>soon</span>
</li>
<li onClick={importUser}>Import tasks</li>
<li onClick={exportUser}>Export tasks</li>
<li onClick={clearHistory}>Clear history</li>
<li>
Cloud sync <span>soon</span>
</li>
Expand Down

0 comments on commit a6bfa37

Please sign in to comment.