Skip to content
Snippets Groups Projects
Verified Commit 13771288 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #230 change icone

parent 8727da3d
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
<mat-tab *ngFor="let group of basketGroups;let i = index" label="{{group.group_desc}}"> <mat-tab *ngFor="let group of basketGroups;let i = index" label="{{group.group_desc}}">
<ng-template mat-tab-label> <ng-template mat-tab-label>
<span>{{group.group_desc}}</span> <span>{{group.group_desc}}</span>
<mat-icon color="warn" class="fa fa-unlink" matTooltip="{{lang.unlinkGroup}}" (click)="unlinkGroup(i)"></mat-icon> <mat-icon color="warn" class="fa fa-close" matTooltip="{{lang.unlinkGroup}}" (click)="unlinkGroup(i)"></mat-icon>
</ng-template> </ng-template>
<div class="col-md-6"> <div class="col-md-6">
<mat-form-field style="margin-top:5px;"> <mat-form-field style="margin-top:5px;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment