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 fe4a183178a6cdf4946ccd4b7541f1876f6fc798..f2baf0378ee627bad0aacfc43d31553409809126 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>