add video player
This commit is contained in:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user