This commit is contained in:
Andras Bacsai
2023-05-15 21:14:45 +02:00
parent 43a4b1c9cb
commit 6910f9c5c7
5 changed files with 64 additions and 56 deletions

View File

@@ -1,3 +1,5 @@
<div>
You are lost. <a href="{{ route('dashboard') }}">Go home</a>
</div>
<x-layout>
<div class="flex items-center justify-center">
<div><a class="underline" href="{{ route('dashboard') }}">Go home</a></div>
</div>
</x-layout>