Browse Source

Add icon

pull/2904/head
Thomas Kaul 2 years ago
parent
commit
0f0bdc6a95
  1. 7
      apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html

7
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html

@ -31,10 +31,13 @@
>
<mat-option
*ngIf="hasPermissionToAccessAdminControl"
i18n
[routerLink]="['/admin', 'market-data']"
>Manage Benchmarks</mat-option
>
<div class="align-items-center d-flex">
<ion-icon class="mr-2 text-muted" name="arrow-forward-outline" />
<span i18n>Manage Benchmarks</span>
</div>
</mat-option>
</mat-select>
</mat-form-field>
</div>

Loading…
Cancel
Save