Skip to content

Commit

Permalink
Merge pull request #5 from lpeterson333/master
Browse files Browse the repository at this point in the history
added a song from Youtube
  • Loading branch information
zarela authored Oct 25, 2019
2 parents 10d262c + 059a454 commit 30cbb9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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="x94s6zPm1Ik"
opts={opts}
onReady={onReady}
/>
<h3>Added by: Lillian Peterson</h3>
</div>
</div>
</div>
)
Expand Down

0 comments on commit 30cbb9a

Please sign in to comment.