From 24c9a9d0974c5bfb5db9906751dfced9a542670f Mon Sep 17 00:00:00 2001 From: Samuel Mwangi Date: Sun, 15 Dec 2024 20:06:10 +0300 Subject: [PATCH] No need to wrap the entire page in the PageHeader component --- .../inertia/resources/js/Pages/API/Index.vue | 28 ++++----- .../inertia/resources/js/Pages/Dashboard.vue | 22 +++---- .../resources/js/Pages/Profile/Show.vue | 62 +++++++++---------- .../resources/js/Pages/Teams/Create.vue | 20 +++--- .../inertia/resources/js/Pages/Teams/Show.vue | 40 ++++++------ 5 files changed, 81 insertions(+), 91 deletions(-) diff --git a/stubs/inertia/resources/js/Pages/API/Index.vue b/stubs/inertia/resources/js/Pages/API/Index.vue index f07a69a2..d45d62a4 100644 --- a/stubs/inertia/resources/js/Pages/API/Index.vue +++ b/stubs/inertia/resources/js/Pages/API/Index.vue @@ -15,21 +15,19 @@ defineProps({ diff --git a/stubs/inertia/resources/js/Pages/Dashboard.vue b/stubs/inertia/resources/js/Pages/Dashboard.vue index 0cfffe59..39ca0511 100644 --- a/stubs/inertia/resources/js/Pages/Dashboard.vue +++ b/stubs/inertia/resources/js/Pages/Dashboard.vue @@ -9,19 +9,17 @@ defineOptions({ diff --git a/stubs/inertia/resources/js/Pages/Profile/Show.vue b/stubs/inertia/resources/js/Pages/Profile/Show.vue index fdb31f37..952e4684 100644 --- a/stubs/inertia/resources/js/Pages/Profile/Show.vue +++ b/stubs/inertia/resources/js/Pages/Profile/Show.vue @@ -19,44 +19,42 @@ defineProps({ diff --git a/stubs/inertia/resources/js/Pages/Teams/Create.vue b/stubs/inertia/resources/js/Pages/Teams/Create.vue index 9b40a269..b22afdc2 100644 --- a/stubs/inertia/resources/js/Pages/Teams/Create.vue +++ b/stubs/inertia/resources/js/Pages/Teams/Create.vue @@ -9,17 +9,15 @@ defineOptions({ diff --git a/stubs/inertia/resources/js/Pages/Teams/Show.vue b/stubs/inertia/resources/js/Pages/Teams/Show.vue index 4595b045..f357d8e6 100644 --- a/stubs/inertia/resources/js/Pages/Teams/Show.vue +++ b/stubs/inertia/resources/js/Pages/Teams/Show.vue @@ -18,30 +18,28 @@ defineProps({