Skip to content

Commit 4373fe0

Browse files
authored
Added default banner for profile (#145)
Co-authored-by: vr-varad <varadgupta21#gmail.com>
1 parent 09dd203 commit 4373fe0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/app/shared/profile-header/profile-header.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<!-- <div [style.background-image]="utilities.getBannerBackgroundStyle(profile.banner)" class="profile-banner"></div> -->
33

44
<div class="profile-banner">
5-
<img class="profile-banner-image" [src]="profile.banner" />
6-
</div>
5+
<img class="profile-banner-image" [src]="profile.banner || 'https://i.pinimg.com/564x/0b/a3/d6/0ba3d60362c7e6d256cfc1f37156bad9.jpg'" />
6+
</div>
7+
78

89
<div class="profile-page-header">
910
<div class="profile-page-header-left">

0 commit comments

Comments
 (0)