Merge pull request #4849 from shubhwebkul/master

resolved #4848
This commit is contained in:
Glenn Hermans 2021-05-06 12:46:26 +02:00 committed by GitHub
commit 569b40e834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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=f4dcc51b765ad0cf788d",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=f4b5274a9b073352fac1"
"/css/velocity.css": "/css/velocity.css?id=15d6426e21921c345c7b"
}

View File

@ -62,7 +62,7 @@ class ShopController extends Controller
if (! $slug) {
abort(404);
}
switch ($slug) {
case 'new-products':
case 'featured-products':

View File

@ -2644,6 +2644,10 @@
}
}
.filtered-tags {
margin-bottom: 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }