div wrapped the slider image
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
This commit is contained in:
parent
56ec37e57b
commit
098068acef
@ -165,11 +165,13 @@ const SlideContent = ({ naddr }: SlideContentProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<img
|
<div className='IBMSMSCWSPicWrapper'>
|
||||||
src={mod.featuredImageUrl}
|
<img
|
||||||
onError={handleModImageError}
|
src={mod.featuredImageUrl}
|
||||||
className='IBMSMSCWSPic'
|
onError={handleModImageError}
|
||||||
/>
|
className='IBMSMSCWSPic'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div className='IBMSMSCWSInfo'>
|
<div className='IBMSMSCWSInfo'>
|
||||||
<h3 className='IBMSMSCWSInfoHeading'>{mod.title}</h3>
|
<h3 className='IBMSMSCWSInfoHeading'>{mod.title}</h3>
|
||||||
<p className='IBMSMSCWSInfoText'>
|
<p className='IBMSMSCWSInfoText'>
|
||||||
|
Loading…
Reference in New Issue
Block a user