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 8f6e5f8 commit 2fa1767Copy full SHA for 2fa1767
resources/views/components/header.blade.php
@@ -2,7 +2,7 @@
2
<div>
3
<a href="{{ route('cachet.status-page') }}" class="transition hover:opacity-80">
4
@if($appBanner)
5
- <img src="{{ asset($appBanner) }}" alt="{{ $siteName }}" class="h-8 w-auto" />
+ <img src="{{ Storage::url($appBanner) }}" alt="{{ $siteName }}" class="h-8 w-auto" />
6
@else
7
<x-cachet::logo class="hidden h-8 w-auto sm:block" />
8
<x-cachet::logomark class="h-8 w-auto sm:hidden" />
0 commit comments