Skip to content

Commit 2366d37

Browse files
committed
J7
1 parent bd8b09d commit 2366d37

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

src/Card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@
8989
width: 50vw !important;
9090
height: auto !important;
9191
max-height: none;
92-
}
92+
}

src/Content.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,20 @@ const days: Record<number, Function> = {
7171

7272
</div>
7373
</>)
74-
}
74+
},
75+
7: () => {
76+
77+
return (<>
78+
<iframe width="315" height="560"
79+
src="https://www.youtube.com/embed/D6Pkb0LSKG0?si=RfoXNNOazUOWRjFt"
80+
title="YouTube video player"
81+
frameborder="0"
82+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
83+
allowfullscreen></iframe>
84+
85+
</>)
86+
},
87+
7588

7689
}
7790

0 commit comments

Comments
 (0)