Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Exceptions/views/minimal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<div class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center sm:pt-0">
<div class="max-w-xl mx-auto sm:px-6 lg:px-8">
<div class="flex items-center pt-8 sm:justify-start sm:pt-0">
<div class="px-4 text-lg text-gray-500 border-r border-gray-400 tracking-wider">
<div class="px-4 text-lg text-gray-600 dark:text-gray-300 border-r border-gray-400 tracking-wider">
@yield('code')
</div>

<div class="ml-4 text-lg text-gray-500 uppercase tracking-wider">
<div class="ml-4 text-lg text-gray-600 dark:text-gray-300 uppercase tracking-wider">
@yield('message')
</div>
</div>
Expand Down