Skip to content

Commit 3ec5885

Browse files
committed
Fix brand logo
1 parent 457893e commit 3ec5885

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<x-cachet::logo class="h-8" />

src/CachetDashboardServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Illuminate\Routing\Middleware\SubstituteBindings;
1818
use Illuminate\Session\Middleware\AuthenticateSession;
1919
use Illuminate\Session\Middleware\StartSession;
20+
use Illuminate\Support\Facades\Blade;
2021
use Illuminate\View\Middleware\ShareErrorsFromSession;
2122

2223
class CachetDashboardServiceProvider extends PanelProvider
@@ -29,7 +30,7 @@ public function panel(Panel $panel): Panel
2930
->default()
3031
->login()
3132
->passwordReset()
32-
->brandLogo(fn () => view('cachet::components.logo'))
33+
->brandLogo(fn () => view('cachet::filament.brand-logo'))
3334
->colors([
3435
'primary' => Color::rgb('rgb(4, 193, 71)'),
3536
'purple' => Color::Purple,

0 commit comments

Comments
 (0)