File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function Card({ day }: { day: number }) {
1515 const date = new Date ( ) ;
1616 let currentDay = date . getDate ( )
1717 if ( import . meta. env . DEV ) {
18- currentDay = 3 ;
18+ currentDay = currentDay + 1 ;
1919 date . setMonth ( 11 )
2020 }
2121 const dayCircle = DayCircle ( day )
Original file line number Diff line number Diff line change 11import minibiteUrl from './assets/minibite.jpg'
22import penseeNoireUrl from './assets/pensee_noire.png'
33import bateauIvreUrl from './assets/bateau_ivre.jpg'
4+ import pigeonUrl from './assets/pigeon.jpg'
5+
46
57const days : Record < number , Function > = {
68 1 : ( ) => {
@@ -46,16 +48,22 @@ const days: Record<number, Function> = {
4648 Se sont ecartées les brumes de mes peines < br />
4749 < br />
4850 On a navigué sous la pluie < br />
49- Jusqu'a retrouver ton rocher lapis lazuli < br />
51+ Jusqu'à retrouver ton rocher lapis lazuli < br />
5052 À ce moment nos regards se sont embrasées < br />
51- À nos doutes se turent < br />
52- On a repris la mer quand on s'est embrassé < br />
53+ Et nos doutes se turent < br />
54+ On à repris la mer quand on s'est embrassé < br />
5355 </ p >
5456 < p >
5557 < strong > KISS COUNT: (+) 1</ strong >
5658 </ p >
5759
5860 </ > )
61+ } ,
62+ 4 : ( ) => {
63+ return ( < >
64+ < img src = { pigeonUrl } />
65+ < p > Me suis fait chier dessus</ p >
66+ </ > )
5967 }
6068
6169}
You can’t perform that action at this time.
0 commit comments