feat: Enhance ProductFilters to load manufacturer images and display them in the Filter component
This commit is contained in:
@@ -5,7 +5,7 @@ import { withTranslation } from 'react-i18next';
|
||||
import { withLanguage } from '../i18n/withTranslation.js';
|
||||
|
||||
const ITEM_WIDTH = 140 + 16; // 140px width + 16px gap
|
||||
const AUTO_SCROLL_SPEED = 0.4;
|
||||
const AUTO_SCROLL_SPEED = 1.0;
|
||||
|
||||
class ManufacturerCarousel extends React.Component {
|
||||
_isMounted = false;
|
||||
@@ -89,7 +89,7 @@ class ManufacturerCarousel extends React.Component {
|
||||
if (!items || items.length === 0) return null;
|
||||
|
||||
return (
|
||||
<Box sx={{ mt: 4 }}>
|
||||
<Box sx={{ mt: 4, mb: 4 }}>
|
||||
<Typography
|
||||
variant="h4"
|
||||
component="div"
|
||||
|
||||
Reference in New Issue
Block a user