From 746a1e4a87da2504073e95a1d515ae4fced1354d Mon Sep 17 00:00:00 2001 From: Connor Abbas Date: Sat, 5 Apr 2025 21:41:03 +0000 Subject: [PATCH] Updates --- README.md | 2 +- resources/js/layouts/GuestAuthLayout.vue | 42 ++++++++++++------------ 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index c82b6c55..680b6563 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A basic authentication starter kit using [Laravel](https://laravel.com/docs/master), [Intertia.js](https://inertiajs.com/), [PrimeVue](https://primevue.org/) components, and [Tailwind CSS](https://tailwindcss.com/). -[Hosted Demo Project](https://laravel-primevue-starter-kit-demo-master-yhjxow.laravel.cloud/) +[Hosted Demo Project](https://laravel-primevue-starter-kit-demo.laravel.cloud/) > [!TIP] > Do you need a separate Vue SPA front-end instead of using Inertia.js? Consider using the [Vue SPA w/ PrimeVue & Laravel Breeze API Starter Kit](https://github.com/connorabbas/primevue-spa-laravel-api) instead. diff --git a/resources/js/layouts/GuestAuthLayout.vue b/resources/js/layouts/GuestAuthLayout.vue index 2cb78ff9..9d247134 100644 --- a/resources/js/layouts/GuestAuthLayout.vue +++ b/resources/js/layouts/GuestAuthLayout.vue @@ -3,26 +3,26 @@ import ApplicationLogo from '@/components/ApplicationLogo.vue';