Merge branch 'dev' into aline

This commit is contained in:
AlineRinquin 2022-02-25 16:31:53 +01:00 committed by GitHub
commit 2e36982415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 418 additions and 171 deletions

View file

@ -1,11 +1,10 @@
<app-header></app-header>
<app-side-bar></app-side-bar>
<app-deconnexion></app-deconnexion>
<div class="container">
<div>
<h3 class="titre">Bienvenue {{conectedUser.prenom}}!!</h3>
<h3 class="titre">Bienvenue {{ conectedUser.prenom }}!!</h3>
</div>
<div class="row d-flex align-items-center flex-row">
@ -36,4 +35,5 @@
</div>
</div>
</div>
</div>
</div>