Skip to content

Commit 5b60f53

Browse files
committed
Play around with dev mode to debug
1 parent 7c416df commit 5b60f53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Card.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import './Card.css'
33
import { useState } from 'react';
4-
import giftUrl from './assets/gift.jpg'
4+
55

66
function DayCircle(day: number) {
77
return (
@@ -46,7 +46,6 @@ function Card(day: number, text: string) {
4646
<>
4747
<div className="card gift">
4848
{dayCircle}
49-
<div><button onClick={() => doOpen(true)}>Ouvre-moi !</button></div>
5049
</div>
5150
</>
5251
)

0 commit comments

Comments
 (0)