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()
99// Page info
1010useServerSeoMeta ({
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" >
You can’t perform that action at this time.
0 commit comments