Skip to content

Commit 5f40fb6

Browse files
authored
Merge pull request #6 from xJA10x/master
Added my video
2 parents 9c3be0e + 53868ea commit 5f40fb6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/App.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ const App = () => {
4444
/>
4545
<h3>Added by: Gabriel Boorse</h3>
4646
</div>
47+
<div className="card">
48+
<YouTube
49+
videoId="SvO3jKeBCRM"
50+
opts={opts}
51+
onReady={onReady}
52+
/>
53+
<h3>Added by: Jhoset Ceron</h3>
54+
</div>
4755
<div className="card">
4856
<YouTube
4957
videoId="ZVMIk3xYaYo"
@@ -65,4 +73,4 @@ const App = () => {
6573
)
6674
}
6775

68-
export default App
76+
export default App

0 commit comments

Comments
 (0)