Skip to content

Commit 9cfbf8d

Browse files
committed
Fix c-cover view.
1 parent 937444f commit 9cfbf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/legacy/partial/c-cover.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<div class="[ lazy ] [ c-cover__image ]"></div>
2323
@else
2424
<div class="[ c-cover__image ]" style="
25-
@if($image) style="background-image:url('{!! $image !!}') @endif
26-
@if($background_color) style="background-color:{{ $background_color }} @endif
25+
@if($image) background-image:url('{!! $image !!}'); @endif
26+
@if($background_color) background-color:{{ $background_color }}; @endif
2727
"></div>
2828
@endif
2929

0 commit comments

Comments
 (0)