From 42f78059ed24d1dc9f56769435cf8064846730cd Mon Sep 17 00:00:00 2001
From: "hamza.hramchi" <hamza.hramchi@xelians.fr>
Date: Fri, 4 Dec 2020 09:39:29 +0100
Subject: [PATCH] FEAT #15550 TIME 0:02 change to ionic icon

---
 .../app/document/visa-workflow/visa-workflow.component.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend/app/document/visa-workflow/visa-workflow.component.html b/src/frontend/app/document/visa-workflow/visa-workflow.component.html
index fde2ced625..0c35210a4d 100644
--- a/src/frontend/app/document/visa-workflow/visa-workflow.component.html
+++ b/src/frontend/app/document/visa-workflow/visa-workflow.component.html
@@ -39,7 +39,7 @@
         <ion-item class="no-ripple" *ngFor="let diffusion of visaWorkflow;let i=index"
             [class.current]="diffusion.current">
             <ion-reorder slot="start">
-                <i class="fas fa-bars" [title]="'lang.reorder' | translate"></i>
+                <ion-icon [title]="'lang.reorder' | translate" name="reorder-three" style="font-size: 30px;"></ion-icon>
             </ion-reorder>
             <ion-avatar slot="start" class="avatar-user" style="cursor: grab;"
                 (click)="$event.stopPropagation();">
-- 
GitLab