Skip to content

Commit 768c4be

Browse files
authored
#1 (#96)
1 parent 774699e commit 768c4be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ProjectCard.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ v-row(align='center', justify='left')
3030
v-chip.pa-2.ma-1(v-if='Project.tag3',label='label', small='small') {{ Project.tag3 }}
3131
v-expand-transition
3232
div(v-show='show')
33-
h6.pa-1 {{ Project.info }}
33+
h6.pa-1 {{ Project.info1 }}
3434
v-row.justify-space-around
35-
v-col(cols='5', v-if='Project.info')
36-
v-btn.ml-1.mr-1(:href='Project.info',target='_blank', dark='dark', block='block')
35+
v-col(cols='5', v-if='Project.info1')
36+
v-btn.ml-1.mr-1(:href='Project.info1',target='_blank', dark='dark', block='block')
3737
v-icon mdi-github
3838
v-col(cols='5', v-if='Project.weblink')
3939
v-btn.ml-1.mr-1(:href='Project.weblink',target='_blank', block='block')

0 commit comments

Comments
 (0)