From 43c0cc0c51b27e92259ecbe42d5d06c843f7627c Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Thu, 14 Dec 2023 16:13:30 +0100 Subject: [PATCH] chore: update facebook icon & remove comment --- .../structure-edition-summary.component.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html index fe4a18317..f2baf0378 100644 --- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.html +++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.html @@ -256,8 +256,7 @@ </div> <div *ngIf="structure.facebook" class="row"> - <!-- TODO facebook icon missing --> - <app-svg-icon [iconClass]="'icon-20'" [type]="'tags'" [icon]="'website'" /> + <app-svg-icon [iconClass]="'icon-20'" [type]="'tags'" [icon]="'facebook'" /> <a target="_blank" class="custom-link" rel="noopener noreferrer" [href]="'http://' + structure.facebook">{{ structure.facebook }}</a> -- GitLab