Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anjasamar committed Jun 27, 2024
1 parent b806daf commit 1d87a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added public/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources/views/errors/403.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
<div class="col-lg-6">
<div class="text-center mt-4">
<img class="mb-4 img-error" src="/assets/img/forbidden.jpg" />

<p class="lead"><b>{{ __('linkpanel.error') }} 403</b> | {{ __('linkpanel.forbidden') }}</p>
<a href="/">
<i class="fas fa-arrow-left mr-1"></i>
{{ __('linkpanel.return_to_dashboard') }}
</a>
<img class="mb-4 img-error" src="/assets/img/logo.png" />
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<i class="fas fa-arrow-left mr-1"></i>
{{ __('linkpanel.return_to_dashboard') }}
</a>
<img class="mb-4 img-error" src="/assets/img/logo.png" />
</div>
</div>
</div>
Expand Down

0 comments on commit 1d87a4d

Please sign in to comment.