mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
improve components and disable millionlint by default for dev
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user