Skip to content

Commit e0a9afb

Browse files
committed
Fixed a styling issue
1 parent 52f880a commit e0a9afb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/Card.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
>
77
<h2>{{ content.name }}</h2>
88
<v-spacer></v-spacer>
9-
<v-btn @click="openWebsite" text v-if="content.hasWebsite">
10-
Open Website
11-
</v-btn>
12-
<v-icon right>mdi-open-in-new</v-icon>
9+
<div v-if="content.hasWebsite">
10+
<v-btn @click="openWebsite" text> Open Website </v-btn>
11+
<v-icon right>mdi-open-in-new</v-icon>
12+
</div>
1313
</v-toolbar>
1414
<v-card-text>
1515
{{ content.description }}

0 commit comments

Comments
 (0)