Skip to content

Commit

Permalink
Added default banner for profile (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: vr-varad <varadgupta21#gmail.com>
  • Loading branch information
vr-varad authored Apr 22, 2024
1 parent 09dd203 commit 4373fe0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/shared/profile-header/profile-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<!-- <div [style.background-image]="utilities.getBannerBackgroundStyle(profile.banner)" class="profile-banner"></div> -->

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


<div class="profile-page-header">
<div class="profile-page-header-left">
Expand Down

0 comments on commit 4373fe0

Please sign in to comment.