Skip to content

Commit 6bfd4b8

Browse files
committed
J15
1 parent c9a9392 commit 6bfd4b8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/Content.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import constellationUrl from './assets/constellation.jpg'
1212
import pleaseUrl from './assets/please.png'
1313
import tarotUrl from './assets/tarot.png'
1414
import acabUrl from './assets/acab.jpg'
15-
15+
import margotUrl from './assets/margot.webp'
1616

1717
import './Card.css'
1818

@@ -181,7 +181,16 @@ const days: Record<number, Function> = {
181181
<div>Tu me tires les cartes bientôt ? ✨✨✨</div>
182182
<img src={tarotUrl} />
183183
</>)
184-
}
184+
},
185+
15: () => {
186+
return (<>
187+
<img src={margotUrl} />
188+
<div>Elle ? C'est juste Margot</div>
189+
<div>Pourquoi elle fait cette là ?</div>
190+
<div>Elle vient juste de me voir (ou de voir un homme je sais pas)</div>
191+
</>)
192+
},
193+
185194

186195

187196
}

src/assets/margot.webp

13 KB
Loading

0 commit comments

Comments
 (0)