Skip to content

Commit

Permalink
Tweak 404 message
Browse files Browse the repository at this point in the history
  • Loading branch information
JSn1nj4 committed Jul 13, 2024
1 parent 33392d1 commit a1a2fe1
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
])

@section('status-body')
<p>
We're sorry, but the resource you were looking for seems to be missing. Please try finding it again, starting from the homepage.
</p>
<p>
The resource you were looking for may be missing. Please try finding it again, starting from the
homepage.
</p>
@endsection

@section('status-footer')
<p>
<a class="text-black dark:text-white hover:text-caribbeanGreen-500" href="{{ route('home') }}"><i class="text-caribbeanGreen-500 fa fa-caret-square-left"></i> Back to homepage</a>
</p>
<div class="pt-8 font-normal text-neutral-500">
@include('partials.copyright')
</div>
<div class="pt-4">
@include('partials.socials', [
'classes' => 'text-2xl'
])
</div>
<p>
<a class="text-black dark:text-white hover:text-caribbeanGreen-500" href="{{ route('home') }}"><i
class="text-caribbeanGreen-500 fa fa-caret-square-left"></i> Back to homepage</a>
</p>
<div class="pt-8 font-normal text-neutral-500">
@include('partials.copyright')
</div>
<div class="pt-4">
@include('partials.socials', [
'classes' => 'text-2xl'
])
</div>
@endsection

0 comments on commit a1a2fe1

Please sign in to comment.