Fixed Icon Issue

This commit is contained in:
devansh bawari 2021-02-10 13:25:48 +05:30
parent fb2b72a46c
commit 6733d9b203
4 changed files with 7 additions and 3 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

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