This commit is contained in:
akhtar khan 2021-12-28 15:53:43 +05:30
parent 31c6954b68
commit d1b909478f
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@
{{-- mobile header --}}
<div class="vc-small-screen container">
@include('velocity::shop.layouts.header.mobile')
@include('shop::layouts.header.mobile')
</div>
{{-- desktop header --}}
@include('velocity::shop.layouts.header.desktop')
@include('shop::layouts.header.desktop')
</header>