File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const toast = useToast()
9
9
// Page info
10
10
useServerSeoMeta ({
11
11
title: ` ${nuxtifyConfig .brand ?.name } playground ` ,
12
- description: ' This is the ${nuxtifyConfig.brand?.name} playground.' ,
12
+ description: ` This is the ${nuxtifyConfig .brand ?.name } playground. ` ,
13
13
})
14
14
15
15
// Functions
@@ -57,7 +57,7 @@ const clickToast = () => {
57
57
</v-col >
58
58
</v-row >
59
59
60
- <!-- App Dialog -->
60
+ <!-- App dialog -->
61
61
<v-row >
62
62
<v-col cols =" 12" >
63
63
<v-card class =" pa-4" >
@@ -72,7 +72,7 @@ const clickToast = () => {
72
72
</v-col >
73
73
</v-row >
74
74
75
- <!-- App Toast -->
75
+ <!-- App toast -->
76
76
<v-row >
77
77
<v-col cols =" 12" >
78
78
<v-card class =" pa-4" >
@@ -97,7 +97,7 @@ const clickToast = () => {
97
97
</v-col >
98
98
</v-row >
99
99
100
- <!-- Logo override -->
100
+ <!-- App logo override -->
101
101
<v-row >
102
102
<v-col cols =" 12" >
103
103
<v-card class =" pa-4" >
You can’t perform that action at this time.
0 commit comments