Can now modify landing page. Fallback images for games and mods. Cached events. #29
@ -165,11 +165,13 @@ const SlideContent = ({ naddr }: SlideContentProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<img
|
||||
src={mod.featuredImageUrl}
|
||||
onError={handleModImageError}
|
||||
className='IBMSMSCWSPic'
|
||||
/>
|
||||
<div className='IBMSMSCWSPicWrapper'>
|
||||
<img
|
||||
src={mod.featuredImageUrl}
|
||||
onError={handleModImageError}
|
||||
className='IBMSMSCWSPic'
|
||||
/>
|
||||
</div>
|
||||
<div className='IBMSMSCWSInfo'>
|
||||
<h3 className='IBMSMSCWSInfoHeading'>{mod.title}</h3>
|
||||
<p className='IBMSMSCWSInfoText'>
|
||||
|
Loading…
Reference in New Issue
Block a user