Skip to content

Commit 1be62df

Browse files
committed
J17
1 parent bad3c1e commit 1be62df

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/Content.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import pleaseUrl from './assets/please.png'
1313
import tarotUrl from './assets/tarot.png'
1414
import acabUrl from './assets/acab.jpg'
1515
import margotUrl from './assets/margot.webp'
16+
import plastikUrl from './assets/plastik_fou.jpg'
1617

1718
import './Card.css'
1819

@@ -198,7 +199,16 @@ const days: Record<number, Function> = {
198199
referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
199200

200201
</>)
201-
}
202+
},
203+
17: () => {
204+
return (<>
205+
<div>Ma cuisine préférée :</div>
206+
<br></br>
207+
<br></br>
208+
<img src={plastikUrl}></img>
209+
210+
</>)
211+
},
202212

203213

204214

src/assets/plastik_fou.jpg

2.05 MB
Loading

0 commit comments

Comments
 (0)