Skip to content

Commit

Permalink
feat: change verified icon o check-circle
Browse files Browse the repository at this point in the history
  • Loading branch information
justgigio committed Jul 21, 2021
1 parent a022f88 commit 43420df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/token/TokenAlerts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TokenAlerts = (props) => {
return (
<div className="alert alert-danger backup-alert" role="alert">
<i className="fa fa-exclamation-triangle mr-2" title="Token Verified"></i>
This token was banned and should not be trusted. <a href="http://google.com" >Learn more.</a>
This token was banned and should not be trusted. <a href="http://hathor.network" >Learn more.</a>
</div>
)
}
Expand Down
6 changes: 3 additions & 3 deletions src/components/token/TokenMarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const TokenMarkers = (props) => {

return (
<button className="info-hover-wrapper btn btn-link pl-2">
<i className="fa fa-certificate fa-lg text-info" title="Verified"></i>
<i className="fa fa-check-circle fa-lg text-info" title="Verified"></i>
<span className="subtitle info-hover-popover">
This is a verified token. <a href="http://google.com" >Learn more.</a>
This is a verified token. <a href="http://hathor.network" >Learn more.</a>
</span>
</button>
)
Expand All @@ -32,7 +32,7 @@ const TokenMarkers = (props) => {
<button className="info-hover-wrapper btn btn-link pl-2">
<i className="fa fa-exclamation-triangle fa-lg text-danger" title="Banned"></i>
<span className="subtitle info-hover-popover">
This token was banned and should not be trusted. <a href="http://google.com" >Learn more.</a>
This token was banned and should not be trusted. <a href="http://hathor.network" >Learn more.</a>
</span>
</button>
)
Expand Down

0 comments on commit 43420df

Please sign in to comment.