Update src/pages/mod/index.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s

This commit is contained in:
freakoverse 2025-03-10 13:53:56 +00:00
parent 6b11d2918b
commit 2ad00fb5a8

View File

@ -509,16 +509,18 @@ const Body = ({
</div>
</div>
</div>
<div className='IBMSMSMBSSShots'>
{screenshotsUrls.map((url, index) => (
<img
className='IBMSMSMBSSShotsImg'
src={url}
alt=''
key={`ScreenShot-${index}`}
onClick={() => openLightBoxOnSlide(index + 1)}
/>
))}
<div className='IBMSMSMBSSShotsWrapper'>
<div className='IBMSMSMBSSShots'>
{screenshotsUrls.map((url, index) => (
<img
className='IBMSMSMBSSShotsImg'
src={url}
alt=''
key={`ScreenShot-${index}`}
onClick={() => openLightBoxOnSlide(index + 1)}
/>
))}
</div>
</div>
<ExtraDetails
otherAssets={otherAssets}