We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07987ff commit daf42faCopy full SHA for daf42fa
resources/views/stubs/401.blade.php.stub
@@ -6,5 +6,11 @@
6
@endphp
7
8
<x-filament::layouts.card title="Unauthorized">
9
- Your account is not authorized to perform this action.
+ <p class="mb-6">Your account is not authorized to perform this action.</p>
10
+
11
+ <a href="/">
12
+ <x-filament::button class="w-full">
13
+ Go back
14
+ </x-filament::button>
15
+ </a>
16
</x-filament::layouts.card>
0 commit comments