change to scamaler status

pull/5370/head
Joseph Izang 6 months ago
parent 0350e52d4f
commit a88a087c5c
  1. 2
      libs/remix-ui/statusbar/src/lib/components/scamAlertStatus.tsx

@ -12,7 +12,7 @@ export default function ScamAlertStatus ({ refs, getReferenceProps }: ScamAlertS
return (
<>
<div className="mr-2" id="hTScamAlertSection" ref={refs.setReference} {...getReferenceProps()}>
<span className="pr-2 text-danger far fa-exclamation-triangle" style={{ color: '#ff8559' }}></span>
<span className="pr-2 far fa-exclamation-triangle" style={{ color: '#ff8559' }}></span>
<label className="text-white font-semibold">
<FormattedMessage id="home.scamAlert" />
</label>

Loading…
Cancel
Save