From 24a2f9f7a1e7a4e48bfd3a7291d60ee62b6bd1b0 Mon Sep 17 00:00:00 2001 From: Antonin Coquet <ext.sopra.acoquet@grandlyon.com> Date: Thu, 11 Mar 2021 10:50:34 +0100 Subject: [PATCH] fix: remove profil picture from profil page --- src/app/profile/profile.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index da389cd0f..54ad68b58 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -1,9 +1,6 @@ <div fxLayout="column" class="content-container full-screen" *ngIf="userProfile"> <div class="profileSection"> <div class="section-container" fxLayout="row"> - <svg class="cameraProfile" aria-hidden="true"> - <use [attr.xlink:href]="'assets/ico/sprite.svg#camera'"></use> - </svg> <div class="profileInformation" fxLayoutGap="18px" fxLayout="column"> <div fxLayout="row" fxLayoutAlign="space-between center"> <p class="profileName">{{ userProfile.name | titlecase }} {{ userProfile.surname | titlecase }}</p> -- GitLab