From a2cf24162ac4f42856f99f99e0d0cb43670bcf4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marl=C3=A8ne=20Simondant?= <msimondant@grandlyon.com>
Date: Thu, 5 Dec 2024 15:55:41 +0100
Subject: [PATCH] wip : remove offer modif in profile

---
 .../personal-offer.component.html              | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/src/app/profile/profile-structure/personal-offer/personal-offer.component.html b/src/app/profile/profile-structure/personal-offer/personal-offer.component.html
index 4a2d4c50c..a60cbdbd1 100644
--- a/src/app/profile/profile-structure/personal-offer/personal-offer.component.html
+++ b/src/app/profile/profile-structure/personal-offer/personal-offer.component.html
@@ -1,24 +1,6 @@
 <div *ngIf="this.personalOffer.categoriesDisplay" class="container">
   <div class="header">
     <h2 class="uppercase">Mon offre d'accompagnements</h2>
-    <app-button
-      *ngIf="!isPublic"
-      class="hide-on-mobile"
-      [variant]="'secondary'"
-      [label]="'Modifier mon offre'"
-      [iconName]="'edit'"
-      [size]="'small'"
-      [wide]="true"
-      (action)="goToEditPersonalOffer()"
-    />
-    <app-icon-button
-      *ngIf="!isPublic"
-      ariaLabel="Modifier mon offre"
-      class="hide-on-desktop"
-      [variant]="'secondary'"
-      [iconName]="'edit'"
-      (action)="goToEditPersonalOffer()"
-    />
   </div>
   <div class="content">
     <app-collapse *ngIf="this.personalOffer.categoriesDisplay.onlineProcedures.length" [expanded]="true">
-- 
GitLab