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
>
{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'>