From 7230c5d74b828c417446ecdb5728b98a78c15c31 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 15 Oct 2022 14:33:34 +0200 Subject: [PATCH] fix: fix favicon url (monicahq/chandler#247) --- resources/views/app.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 76906393360..996346e37d7 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -8,7 +8,7 @@ {{ config('app.name', 'Laravel') }} - + @if (app()->bound('sentry') && config('sentry.dsn') !== null)