fix: image
This commit is contained in:
parent
55ed5e2334
commit
f3b180f3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const DonationAppeal = () => {
|
|||
{ data.map(appeal =>
|
||||
<div key={appeal.id} className={styles.col}>
|
||||
<h3>{appeal.title}</h3>
|
||||
<Image src={appeal.image} alt={""} width={200} height={200} />
|
||||
<Image src={appeal.image} alt={""} width={200} height={200} unoptimized={true} />
|
||||
|
||||
<p>
|
||||
{appeal.text}
|
||||
|
|
|
|||
Loading…
Reference in a new issue