Update src/pages/mod/index.tsx
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
This commit is contained in:
parent
6b11d2918b
commit
2ad00fb5a8
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user