re
This commit is contained in:
parent
6d917a62ad
commit
ab47488db1
4 changed files with 2 additions and 2 deletions
|
@ -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>
|
<p>Je modifie mon avatar :</p>
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ export class PageHumeurComponent implements OnInit {
|
||||||
{ title : "Je pleure", lien : "assets/images/emoticon-pleurer.png"},
|
{ title : "Je pleure", lien : "assets/images/emoticon-pleurer.png"},
|
||||||
{ title : "Je suis fatigué", lien : "assets/images/emoticon-fatigue.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 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() { }
|
constructor() { }
|
||||||
|
|
||||||
|
|
BIN
src/assets/images/emoticon-feter.png
Normal file
BIN
src/assets/images/emoticon-feter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Before Width: | Height: | Size: 54 KiB |
Loading…
Add table
Reference in a new issue