Skip to content

Commit 2fa1767

Browse files
authored
Fix public logo URL (#125)
1 parent 8f6e5f8 commit 2fa1767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<a href="{{ route('cachet.status-page') }}" class="transition hover:opacity-80">
44
@if($appBanner)
5-
<img src="{{ asset($appBanner) }}" alt="{{ $siteName }}" class="h-8 w-auto" />
5+
<img src="{{ Storage::url($appBanner) }}" alt="{{ $siteName }}" class="h-8 w-auto" />
66
@else
77
<x-cachet::logo class="hidden h-8 w-auto sm:block" />
88
<x-cachet::logomark class="h-8 w-auto sm:hidden" />

0 commit comments

Comments
 (0)