Merge pull request #4591 from devansh-webkul/issue-4589

Fixed compare icon which is missing in mobile view #4589
This commit is contained in:
Glenn Hermans 2021-02-10 11:27:41 +01:00 committed by GitHub
commit 664108c083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=a45dba1beb5c6f79193d",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=562e19f8c4e4916566d7"
"/css/velocity.css": "/css/velocity.css?id=a0d4320e35797371f8f0"
}

View File

@ -801,6 +801,10 @@
content: "\e93e";
}
&.compare::before {
content: "\e93b";
}
&.orders::before {
content: "\e931";
}

View File

@ -113,6 +113,15 @@
</li>
@endif
@if (core()->getConfigData('general.content.shop.compare_option'))
<li>
<a href="{{ route('velocity.customer.product.compare') }}" class="unset">
<i class="icon compare text-down-3"></i>
<span>{{ __('shop::app.customer.compare.text') }}</span>
</a>
</li>
@endif
<li>
<a href="{{ route('customer.orders.index') }}" class="unset">
<i class="icon orders text-down-3"></i>