mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
fix stratey icon
This commit is contained in:
parent
88639e9f6f
commit
84046b11bd
@ -102,7 +102,7 @@ class ClientApplications extends PureComponent {
|
|||||||
</ListItemContent>
|
</ListItemContent>
|
||||||
</ListItem> :
|
</ListItem> :
|
||||||
<ListItem twoLine key={`${name}-${i}`}>
|
<ListItem twoLine key={`${name}-${i}`}>
|
||||||
<ListItemContent icon={'toc'} subtitle={description}>
|
<ListItemContent icon={'extension'} subtitle={description}>
|
||||||
<Link to={`/strategies/view/${name}`}>
|
<Link to={`/strategies/view/${name}`}>
|
||||||
{name}
|
{name}
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user