Skip to content

Commit

Permalink
Merge pull request #3896 from Roardom/fix-custom-stylesheet
Browse files Browse the repository at this point in the history
(Fix) Custom stylesheets
  • Loading branch information
HDVinnie committed Jun 3, 2024
2 parents b5bad7b + fdbab40 commit 3df8a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
@break
@endswitch

@if (isset(auth()->user()->custom_css))
@if (isset(auth()->user()->settings?->custom_css))
<link rel="stylesheet" href="{{ auth()->user()->settings?->custom_css }}" />
@endif
@else
Expand Down

0 comments on commit 3df8a44

Please sign in to comment.