wrapped the mod image with a div to fix its presentation
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
764c936ff8
commit
17ef110f6f
@ -26,11 +26,13 @@ export const ModCard = ({
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className='cardModMain'>
|
<div className='cardModMain'>
|
||||||
<img
|
<div className='cMMPictureWrapper'>
|
||||||
src={imageUrl}
|
<img
|
||||||
onError={handleModImageError}
|
src={imageUrl}
|
||||||
className='cMMPicture'
|
onError={handleModImageError}
|
||||||
/>
|
className='cMMPicture'
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div className='cMMBody'>
|
<div className='cMMBody'>
|
||||||
<h3 className='cMMBodyTitle'>{title}</h3>
|
<h3 className='cMMBodyTitle'>{title}</h3>
|
||||||
<p className='cMMBodyText'>{summary}</p>
|
<p className='cMMBodyText'>{summary}</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user