Skip to content

Commit 774699e

Browse files
authored
Merge pull request #92 from yuvrajrathva/vue
adding default team profile photo
2 parents 3243784 + cf4234a commit 774699e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProfileCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ v-row(justify='left')
1919
v-row
2020
v-col(cols="4" style="background-color:#fff")
2121
v-avatar(:size="(4.5/15)*getProfileWidth")
22-
img(:src="Profile.src" contain)
22+
img(:src=`(Profile.src=="")?"https://cdn.pixabay.com/photo/2016/08/08/09/17/avatar-1577909_1280.png":Profile.src` contain)
2323
v-col.pa-2(cols="7")
2424
div
2525
h4.mt-1.mb-n2 {{ Profile.name }}

0 commit comments

Comments
 (0)