diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-22 09:01:58 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:06 +0200 |
| commit | 4cb5bca60f1f5d5a97607eed3ecc64ed2f2ab87a (patch) | |
| tree | 71bb4ad3f7cf1ea645366a0bfdf838dab7b58cf5 /src/components/sidebars/topology/machine/DeleteMachineComponent.js | |
| parent | 3bf073f46e74667df4d2be9488a9f8f44ac84421 (diff) | |
Improve visual language of buttons
Diffstat (limited to 'src/components/sidebars/topology/machine/DeleteMachineComponent.js')
| -rw-r--r-- | src/components/sidebars/topology/machine/DeleteMachineComponent.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/sidebars/topology/machine/DeleteMachineComponent.js b/src/components/sidebars/topology/machine/DeleteMachineComponent.js index f6fd39da..e99d378b 100644 --- a/src/components/sidebars/topology/machine/DeleteMachineComponent.js +++ b/src/components/sidebars/topology/machine/DeleteMachineComponent.js @@ -3,6 +3,7 @@ import React from "react"; const DeleteMachineComponent = ({onClick}) => { return ( <div className="btn btn-danger btn-block" onClick={onClick}> + <span className="fa fa-trash mr-1"/> Delete this machine </div> ); |
