change to scamaler status

pull/4774/head
Joseph Izang 6 months ago
parent 36a50f0722
commit 0f5914fc6e
  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