Skip to content

Commit 3b9524e

Browse files
committed
playground: don't hard code module name
1 parent 7da49e4 commit 3b9524e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playground/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ useSeoMeta({
2323
<v-col cols="12">
2424
<h1>Welcome to the {{ nuxtifyConfig.brand?.name }} playground!</h1>
2525
<p class="text-body-1 text-medium-emphasis">
26-
Explore the core functionalities and configuration of the <strong>@nuxtify/core</strong> module.
26+
Explore the core functionalities and configuration of the <strong>{{ nuxtifyConfig.brand?.name }}</strong> module.
2727
</p>
2828
</v-col>
2929
</v-row>

0 commit comments

Comments
 (0)