@@ -44,7 +44,7 @@ export class ProfilePictureComponent implements OnInit, OnDestroy {
4444 private profilePictureService : ProfilePictureService ,
4545 private featureFlagService : FeatureFlagService ,
4646 private httpClient : HttpClient
47- ) { }
47+ ) { }
4848
4949 public ngOnInit ( ) {
5050 this . featureFlagService
@@ -71,27 +71,30 @@ export class ProfilePictureComponent implements OnInit, OnDestroy {
7171 var random = Math . floor ( Math . random ( ) * Math . floor ( 9 ) ) ;
7272 switch ( random ) {
7373 case 0 :
74- return 'https://cdn.pixabay.com/photo/2020/02/15/17/51/drawing-4851591_960_720 .png' ;
74+ return 'assets/img/firstApril/unicorn_1 .png' ;
7575 case 1 :
76- return 'https://cdn.pixabay.com/photo/2019/01/30/16/55/unicorn-3964925_960_720 .png' ;
76+ return 'assets/img/firstApril/unicorn_2 .png' ;
7777 case 2 :
78- return 'https://cdn.pixabay.com/photo/2017/02/01/11/32/characters-2029814_960_720 .png' ;
78+ return 'assets/img/firstApril/unicorn_3 .png' ;
7979 case 3 :
80- return 'https://cdn.pixabay.com/photo/2019/06/06/14/58/unicorn-4256141_960_720 .png' ;
80+ return 'assets/img/firstApril/unicorn_4 .png' ;
8181 case 4 :
82- return 'https://cdn.pixabay.com/photo/2018/04/09/20/40/unicorn-3305462_960_720.jpg ' ;
82+ return 'assets/img/firstApril/unicorn_5.png ' ;
8383 case 5 :
84- return 'https://cdn.pixabay.com/photo/2019/06/22/07/50/unicorn-4291012_960_720 .png' ;
84+ return 'assets/img/firstApril/unicorn_6 .png' ;
8585 case 6 :
86- return 'https://cdn.pixabay.com/photo/2019/12/20/22/29/unicorn-4709426_960_720.jpg ' ;
86+ return 'assets/img/firstApril/unicorn_7.png ' ;
8787 case 7 :
88- return 'https://cdn.pixabay.com/photo/2018/04/27/12/58/unicorn-3354612_960_720 .png' ;
88+ return 'assets/img/firstApril/unicorn_8 .png' ;
8989 case 8 :
90- return 'https://cdn.pixabay.com/photo/2018/09/27/11/58/unicorn-3706878_960_720 .png' ;
90+ return 'assets/img/firstApril/unicorn_9 .png' ;
9191 case 9 :
92- return 'https://cdn.pixabay.com/photo/2018/12/03/11/23/unicorn-3853216_960_720.png' ;
93- default :
94- return 'https://cdn.pixabay.com/photo/2019/01/30/16/55/unicorn-3964925_960_720.png' ;
92+ return 'assets/img/firstApril/unicorn_10.png' ;
93+ case 10 :
94+ return 'assets/img/firstApril/unicorn_11.png' ;
95+ case 11 :
96+ return 'assets/img/firstApril/unicorn_12.png' ;
97+ default : return 'assets/img/firstApril/unicorn_1.png' ;
9598 }
9699 }
97100 public updateImageUrl ( ) {
0 commit comments