| borgbutler-webapp/src/components/general/IconComponents.jsx | ●●●●● patch | view | raw | blame | history |
borgbutler-webapp/src/components/general/IconComponents.jsx
@@ -30,12 +30,6 @@ ); } function IconCancelJob() { return ( <FontAwesomeIcon icon={faTimes} color={'red'} size={'lg'}/> ); } function IconCheck() { return ( <FontAwesomeIcon icon={faCheck}/> @@ -117,7 +111,6 @@ export { IconAdd, IconCancel, IconCancelJob, IconCheck, IconCollapseClose, IconCollapseOpen,