multiple zapping issues resolved for confirming and showing active states of zaps #36

Merged
freakoverse merged 6 commits from staging into master 2024-09-11 18:02:41 +00:00
Showing only changes of commit 990460d7cf - Show all commits

View File

@ -48,7 +48,10 @@ export const HomePage = () => {
loop loop
> >
{LANDING_PAGE_DATA.featuredSlider.map((naddr) => ( {LANDING_PAGE_DATA.featuredSlider.map((naddr) => (
<SwiperSlide className='swiper-slide IBMSMSliderContainerWrapperSlider'> <SwiperSlide
key={naddr}
className='swiper-slide IBMSMSliderContainerWrapperSlider'
>
<SlideContent naddr={naddr} /> <SlideContent naddr={naddr} />
</SwiperSlide> </SwiperSlide>
))} ))}
@ -65,7 +68,11 @@ export const HomePage = () => {
</div> </div>
<div className='IBMSMList IBMSMListFeaturedAlt'> <div className='IBMSMList IBMSMListFeaturedAlt'>
{LANDING_PAGE_DATA.featuredGames.map((game) => ( {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>
<div className='IBMSMAction'> <div className='IBMSMAction'>