From fdbab40e3df985412333dee5f0fd90e575f75c37 Mon Sep 17 00:00:00 2001 From: Roardom Date: Mon, 3 Jun 2024 05:31:17 +0000 Subject: [PATCH] fix: custom stylesheets --- resources/views/partials/head.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/head.blade.php b/resources/views/partials/head.blade.php index 086900c0e3..0bb2204404 100644 --- a/resources/views/partials/head.blade.php +++ b/resources/views/partials/head.blade.php @@ -88,7 +88,7 @@ @break @endswitch - @if (isset(auth()->user()->custom_css)) + @if (isset(auth()->user()->settings?->custom_css)) @endif @else