diff options
Diffstat (limited to 'src/components/sidebars/topology/rack/EmptySlotComponent.js')
| -rw-r--r-- | src/components/sidebars/topology/rack/EmptySlotComponent.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/sidebars/topology/rack/EmptySlotComponent.js b/src/components/sidebars/topology/rack/EmptySlotComponent.js index 380cbf16..c4c453e9 100644 --- a/src/components/sidebars/topology/rack/EmptySlotComponent.js +++ b/src/components/sidebars/topology/rack/EmptySlotComponent.js @@ -1,5 +1,4 @@ import React from "react"; -import FontAwesome from "react-fontawesome"; const EmptySlotComponent = ({position, onAdd, inSimulation}) => ( <li className="list-group-item d-flex justify-content-between align-items-center"> @@ -11,7 +10,7 @@ const EmptySlotComponent = ({position, onAdd, inSimulation}) => ( Empty Slot </span> : <button className="btn btn-outline-primary" onClick={onAdd}> - <FontAwesome name="plus" className="mr-1"/> + <span className="fa fa-plus mr-1"/> Add machine </button> } |
