Skip to content
Snippets Groups Projects
Commit 24a2f9f7 authored by Antonin COQUET's avatar Antonin COQUET
Browse files

fix: remove profil picture from profil page

parent 1b1dbe85
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!97fix: remove profil picture from profil page
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment