New: Blue for redirected indexers

This commit is contained in:
Qstick
2021-04-30 00:02:12 -04:00
parent f2b7e98f02
commit c836b3c43c

View File

@@ -18,7 +18,7 @@ function IndexerStatusCell(props) {
...otherProps
} = props;
const enableKind = redirect ? kinds.WARNING : kinds.SUCCESS;
const enableKind = redirect ? kinds.INFO : kinds.SUCCESS;
const enableTitle = redirect ? 'Indexer is Enabled, Redirect is Enabled' : 'Indexer is Enabled';
return (