Skip to content

Commit

Permalink
bugfix + css
Browse files Browse the repository at this point in the history
  • Loading branch information
mauxnier committed Mar 27, 2023
1 parent 64ce968 commit 3ffba25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion react-app/src/css/Task.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.MuiList-root .MuiSvgIcon-root:hover {
color: #000000;
color: #e81123;
cursor: pointer;
}

Expand Down
1 change: 0 additions & 1 deletion react-app/src/js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ class App extends React.Component {
<Nav.Link onClick={this.toggleStatus}>Afficher le statut</Nav.Link>
{connectAccount ? (
<>
<Nav.Link onClick={this.toggleStatus}>Afficher le statut</Nav.Link>
<Nav.Link onClick={this.deployContract}>Déployer le contrat</Nav.Link>
<Nav.Link onClick={this.toggleChangeWalletPopup}>Changer de portefeuille</Nav.Link>
<Nav.Link onClick={this.handleDisconnect}>Déconnexion</Nav.Link>
Expand Down

0 comments on commit 3ffba25

Please sign in to comment.