Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 6, 2025
1 parent 0991898 commit d0c84bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/errors/500.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="w-full max-w-3xl px-8">
<p class="font-mono font-semibold text-red-500 text-[200px] leading-none">500</p>
<h1 class="text-3xl font-bold tracking-tight dark:text-white">Wait, this is not cool...</h1>
<p class="mt-2 text-lg leading-7 text-neutral-300">There has been an error, we are working on it.</p>
<p class="mt-2 text-lg leading-7 text-neutral-300">There has been an error with the following error message:</p>
@if ($exception->getMessage() !== '')
<div class="mt-6 text-sm text-red-500 whitespace-pre-wrap leading-none">
Error: {!! $exception->getMessage() !!}
{!! $exception->getMessage() !!}
</div>
@endif
<div class="flex items-center mt-10 gap-6">
Expand Down

0 comments on commit d0c84bc

Please sign in to comment.