multiple zapping issues resolved for confirming and showing active states of zaps #36
@ -48,7 +48,10 @@ export const HomePage = () => {
|
||||
loop
|
||||
>
|
||||
{LANDING_PAGE_DATA.featuredSlider.map((naddr) => (
|
||||
<SwiperSlide className='swiper-slide IBMSMSliderContainerWrapperSlider'>
|
||||
<SwiperSlide
|
||||
key={naddr}
|
||||
className='swiper-slide IBMSMSliderContainerWrapperSlider'
|
||||
>
|
||||
<SlideContent naddr={naddr} />
|
||||
</SwiperSlide>
|
||||
))}
|
||||
@ -65,7 +68,11 @@ export const HomePage = () => {
|
||||
</div>
|
||||
<div className='IBMSMList IBMSMListFeaturedAlt'>
|
||||
{LANDING_PAGE_DATA.featuredGames.map((game) => (
|
||||
<GameCard title={game.title} imageUrl={game.imageUrl} />
|
||||
<GameCard
|
||||
key={game.title}
|
||||
title={game.title}
|
||||
imageUrl={game.imageUrl}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
<div className='IBMSMAction'>
|
||||
|
Loading…
Reference in New Issue
Block a user