From 6553e03eee35d967a560cec8b1d2c4d8b20739b7 Mon Sep 17 00:00:00 2001 From: harshit saini <123226128+harshitsaini17@users.noreply.github.com> Date: Tue, 18 Mar 2025 23:48:18 +0530 Subject: [PATCH] Update ProjectCard.vue to show description instead of githublink --- src/components/ProjectCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectCard.vue b/src/components/ProjectCard.vue index d8da58d..839b056 100644 --- a/src/components/ProjectCard.vue +++ b/src/components/ProjectCard.vue @@ -30,7 +30,7 @@ v-row(align='center', justify='left') v-chip.pa-2.ma-1(v-if='Project.tag3',label='label', small='small') {{ Project.tag3 }} v-expand-transition div(v-show='show') - h6.pa-1 {{ Project.info }} + h6.pa-1 {{ Project.info1 }} v-row.justify-space-around v-col(cols='5', v-if='Project.info') v-btn.ml-1.mr-1(:href='Project.info',target='_blank', dark='dark', block='block')