fix description on shelves
This commit is contained in:
@@ -6,4 +6,3 @@
|
||||
{{ $category['name'] }}
|
||||
</span>
|
||||
</h1>
|
||||
<h3 style="font-size: 1.2em;">{!! $category['description'] !!}</h3>
|
||||
|
||||
@@ -21,6 +21,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3 style="font-size: 1.2em;">{!! $category['description'] !!}</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@include('Shop.Tags.partials.filter')
|
||||
|
||||
@if ($display_by_rows ?? false)
|
||||
|
||||
Reference in New Issue
Block a user