|
|
@@ -40,11 +40,6 @@ const productTypeValue = productType || getProductTypeValue(title);
|
|
40
|
40
|
backgroundColor: 'rgba(0, 0, 0, 0.5)'
|
|
41
|
41
|
}
|
|
42
|
42
|
}}
|
|
43
|
|
- // onClick={() => {
|
|
44
|
|
- // sessionStorage.setItem('amber-select-product-type', title)
|
|
45
|
|
- // sessionStorage.removeItem('amber-select-collection')
|
|
46
|
|
- // window.location.href = '/products'
|
|
47
|
|
- // }}
|
|
48
|
43
|
onClick={clickable ? () => {
|
|
49
|
44
|
sessionStorage.setItem('amber-select-product-type', productTypeValue)
|
|
50
|
45
|
sessionStorage.removeItem('amber-select-collection')
|
|
|
@@ -63,19 +58,6 @@ const productTypeValue = productType || getProductTypeValue(title);
|
|
63
|
58
|
window.location.href = '/products'
|
|
64
|
59
|
} : undefined}
|
|
65
|
60
|
>
|
|
66
|
|
- {/* <Typography variant="h5" gutterBottom sx={{ fontWeight: "600", letterSpacing: 7, marginRight:"-0.4em" }}>
|
|
67
|
|
- {title?.toUpperCase()}
|
|
68
|
|
- </Typography>
|
|
69
|
|
- <Button
|
|
70
|
|
- variant="contained"
|
|
71
|
|
- color="primary"
|
|
72
|
|
- onClick={() => {
|
|
73
|
|
- sessionStorage.setItem('amber-select-product-type', title)
|
|
74
|
|
- sessionStorage.removeItem('amber-select-collection')
|
|
75
|
|
- window.location.href = '/products'
|
|
76
|
|
- }}>
|
|
77
|
|
- SHOP NOW
|
|
78
|
|
- </Button> */}
|
|
79
|
61
|
</Box>
|
|
80
|
62
|
</Box>
|
|
81
|
63
|
);
|