Skip to content

Commit

Permalink
change warning icon
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed May 6, 2020
1 parent dc859ba commit 725e2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const SettingsForm = observer(({ state }: { state: SettingsState }) => {
className="modal-danger"
>
<ModalBody className="table-danger text-center px-5 py-5">
<i className="fa fa-5x fa-info modal-icon mb-3"></i>
<i className="fas fa-exclamation-triangle fa-4x modal-icon mb-4"></i>
<h6>Remount Drive</h6>
<p className="modal-text mb-5">
This operation is irreversible, please accept it.
Expand All @@ -159,7 +159,7 @@ const SettingsForm = observer(({ state }: { state: SettingsState }) => {
className="modal-danger"
>
<ModalBody className="table-danger text-center px-5 py-5">
<i className="fa fa-5x fa-info modal-icon mb-3"></i>
<i className="fas fa-exclamation-triangle fa-4x modal-icon mb-4"></i>
<h6>Empty Drive</h6>
<p className="modal-text mb-5">
This operation is irreversible, please accept it.
Expand Down

0 comments on commit 725e2c6

Please sign in to comment.