fix: image

This commit is contained in:
Benno Tielen 2026-01-06 13:43:10 +01:00
parent 55ed5e2334
commit f3b180f3ad

View file

@ -55,7 +55,7 @@ export const DonationAppeal = () => {
{ data.map(appeal => { data.map(appeal =>
<div key={appeal.id} className={styles.col}> <div key={appeal.id} className={styles.col}>
<h3>{appeal.title}</h3> <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> <p>
{appeal.text} {appeal.text}