From cf4234a004fb3f765121b8011aa9eee54890cba2 Mon Sep 17 00:00:00 2001 From: Yuvraj Rathva Date: Wed, 20 Sep 2023 20:48:32 +0530 Subject: [PATCH] adding default team profile photo --- src/components/ProfileCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfileCard.vue b/src/components/ProfileCard.vue index 6906eee..7a52f61 100644 --- a/src/components/ProfileCard.vue +++ b/src/components/ProfileCard.vue @@ -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 }}