This commit is contained in:
cecilesimplon93 2022-02-18 10:53:01 +01:00
parent 6d917a62ad
commit ab47488db1
4 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<p><img src="{{monHumeurLien}}" *ngIf="monHumeurLien" ></p>
<p><img src="{{monHumeurLien}}" alt="{{monHumeurTitle}}" *ngIf="monHumeurLien" ></p>
<p>Je modifie mon avatar :</p>

View File

@ -17,7 +17,7 @@ export class PageHumeurComponent implements OnInit {
{ title : "Je pleure", lien : "assets/images/emoticon-pleurer.png"},
{ title : "Je suis fatigué", lien : "assets/images/emoticon-fatigue.png"},
{ title : "Je suis en colère", lien : "assets/images/emoticon-insulter.png"},
{ title : "Je suis malade", lien : "assets/images/emoticon-vomir.png"} ]
{ title : "Je suis en joie", lien : "assets/images/emoticon-feter.png"} ]
constructor() { }

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB