From d9c47552b044d3380b387f6e1f141b2791ffa52c Mon Sep 17 00:00:00 2001 From: Mario Neuhold Date: Mon, 19 Sep 2022 12:58:27 +0200 Subject: [PATCH] refactor(templates): update welcome instructions (#166) * feat(templates): update welcome instructions * Update packages/templates/templates/welcome/index.html Co-authored-by: pooya parsa --- packages/ui-templates/templates/welcome/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui-templates/templates/welcome/index.html b/packages/ui-templates/templates/welcome/index.html index 9b9920cafd..2b52b00d1a 100644 --- a/packages/ui-templates/templates/welcome/index.html +++ b/packages/ui-templates/templates/welcome/index.html @@ -90,7 +90,7 @@ -

Remove this welcome page by removing <NuxtWelcome /> tag or creating an app.vue file.

+

Remove this welcome page by replacing <NuxtWelcome /> in app.vue with your own code.