Skip to content

Commit

Permalink
Merge pull request #6 from xJA10x/master
Browse files Browse the repository at this point in the history
Added my video
  • Loading branch information
zarela authored Nov 1, 2019
2 parents 9c3be0e + 53868ea commit 5f40fb6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ const App = () => {
/>
<h3>Added by: Gabriel Boorse</h3>
</div>
<div className="card">
<YouTube
videoId="SvO3jKeBCRM"
opts={opts}
onReady={onReady}
/>
<h3>Added by: Jhoset Ceron</h3>
</div>
<div className="card">
<YouTube
videoId="ZVMIk3xYaYo"
Expand All @@ -65,4 +73,4 @@ const App = () => {
)
}

export default App
export default App

0 comments on commit 5f40fb6

Please sign in to comment.