add video player

This commit is contained in:
Berkeley Martinez
2015-07-04 08:16:42 -07:00
parent ef7e0c67ee
commit 080fb4d37c
8 changed files with 34 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ const fCClogo = 'https://s3.amazonaws.com/freecodecamp/freecodecamp_logo.svg';
const navElements = navLinks.map((navItem, index) => {
return (
<NavItem
key={ index }
eventKey={ index + 1 }
href={ navItem.link }>
{ navItem.content }