mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
Use triangle as reject candidate icon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
import { faCircleExclamation }
|
||||
import { faTriangleExclamation }
|
||||
from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
import { useRejectCandidate }
|
||||
@@ -22,7 +22,7 @@ const RejectCandidateIndicator = ({route}) => {
|
||||
|
||||
return (
|
||||
<span className="route-prefix-flag reject-candidate-route">
|
||||
<FlagIcon icon={faCircleExclamation} tooltip="Reject Candidate" />
|
||||
<FlagIcon icon={faTriangleExclamation} tooltip="Reject Candidate" />
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user