Skip to content

Commit 8520289

Browse files
committed
fix(playground): nuxtify config brand name
1 parent 066c841 commit 8520289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playground/app.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const toast = useToast()
99
// Page info
1010
useServerSeoMeta({
1111
title: `${nuxtifyConfig.brand?.name} playground`,
12-
description: 'This is the ${nuxtifyConfig.brand?.name} playground.',
12+
description: `This is the ${nuxtifyConfig.brand?.name} playground.`,
1313
})
1414
1515
// Functions
@@ -57,7 +57,7 @@ const clickToast = () => {
5757
</v-col>
5858
</v-row>
5959

60-
<!-- App Dialog -->
60+
<!-- App dialog -->
6161
<v-row>
6262
<v-col cols="12">
6363
<v-card class="pa-4">
@@ -72,7 +72,7 @@ const clickToast = () => {
7272
</v-col>
7373
</v-row>
7474

75-
<!-- App Toast -->
75+
<!-- App toast -->
7676
<v-row>
7777
<v-col cols="12">
7878
<v-card class="pa-4">
@@ -97,7 +97,7 @@ const clickToast = () => {
9797
</v-col>
9898
</v-row>
9999

100-
<!-- Logo override -->
100+
<!-- App logo override -->
101101
<v-row>
102102
<v-col cols="12">
103103
<v-card class="pa-4">

0 commit comments

Comments
 (0)