Skip to content

Commit

Permalink
[feat] Modified insert button style to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrefilipiak committed Jul 16, 2020
1 parent 9e0d35a commit 6e6e44a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/dones/DoneTableView.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ class DoneTableView extends React.Component {
<DoneDetail />
</div>
</div>
<button
className="ui button primary"
onClick={this.navigateDoneCreate}
>
<button className="btn btn-primary" onClick={this.navigateDoneCreate}>
What achievement have you done ?
</button>
</div>
Expand Down

0 comments on commit 6e6e44a

Please sign in to comment.