Merge pull request #5472 from akhtarkhan1/master

Fixed Issue #5471
This commit is contained in:
Devansh 2021-12-29 11:18:17 +05:30 committed by GitHub
commit acf75852fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>