From 0c7e12f7180a52e687aeaf1ac7e1934a9db30324 Mon Sep 17 00:00:00 2001 From: hamlet96 Date: Sun, 31 Oct 2021 22:37:52 +0300 Subject: [PATCH] use named dashboard route (#106) Co-authored-by: Hamlet --- stubs/inertia-react/resources/js/Pages/Welcome.js | 2 +- stubs/inertia-vue/resources/js/Pages/Welcome.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/inertia-react/resources/js/Pages/Welcome.js b/stubs/inertia-react/resources/js/Pages/Welcome.js index 18ff2496d..8a5339be9 100644 --- a/stubs/inertia-react/resources/js/Pages/Welcome.js +++ b/stubs/inertia-react/resources/js/Pages/Welcome.js @@ -8,7 +8,7 @@ export default function Welcome(props) {
{props.auth.user ? ( - + Dashboard ) : ( diff --git a/stubs/inertia-vue/resources/js/Pages/Welcome.vue b/stubs/inertia-vue/resources/js/Pages/Welcome.vue index 7c5b4c821..34c2b3fac 100644 --- a/stubs/inertia-vue/resources/js/Pages/Welcome.vue +++ b/stubs/inertia-vue/resources/js/Pages/Welcome.vue @@ -3,7 +3,7 @@