Skip to content

Commit

Permalink
Merge pull request #92 from yuvrajrathva/vue
Browse files Browse the repository at this point in the history
adding default team profile photo
  • Loading branch information
yuvrajrathva authored Sep 20, 2023
2 parents 3243784 + cf4234a commit 774699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ v-row(justify='left')
v-row
v-col(cols="4" style="background-color:#fff")
v-avatar(:size="(4.5/15)*getProfileWidth")
img(:src="Profile.src" contain)
img(:src=`(Profile.src=="")?"https://cdn.pixabay.com/photo/2016/08/08/09/17/avatar-1577909_1280.png":Profile.src` contain)
v-col.pa-2(cols="7")
div
h4.mt-1.mb-n2 {{ Profile.name }}
Expand Down

0 comments on commit 774699e

Please sign in to comment.