improve components and disable millionlint by default for dev

This commit is contained in:
SethBurkart123
2024-05-24 16:55:54 +10:00
parent 96f0b139b3
commit 8cbf60fef5
4 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ const Store = () => {
pauseOnMouseEnter: true
}}
>
{ coverThemes.map((theme, index) => (
{ [...coverThemes, ...coverThemes].map((theme, index) => (
<SwiperSlide className='relative cursor-pointer rounded-xl overflow-clip' onClick={() => setDisplayTheme(theme)} key={index}>
<img
src={theme.marqueeImage}