diff --git a/src/app/profile/profile-structure/profile-structure.component.html b/src/app/profile/profile-structure/profile-structure.component.html index 6ed99f9c6914a03aad9aa6c9f7f084faf2aafbc2..1d9b0d7673056ae34402239784a91f24c0963f54 100644 --- a/src/app/profile/profile-structure/profile-structure.component.html +++ b/src/app/profile/profile-structure/profile-structure.component.html @@ -154,15 +154,6 @@ <div *ngIf="!isPublic && !this.personalOffer && userProfile.job?.hasPersonalOffer && !isPending" class="call-to-action" - > - <app-button - [variant]="'primaryBlack'" - [label]="'Ajouter une offre'" - [iconName]="'plus'" - [size]="'small'" - [wide]="true" - (click)="goToOffer()" - /> - </div> + ></div> </app-collapse-content> </app-collapse>