Adding media menu button

In client/core/Menu.js, we will update the existing code that renders the My Profile and Signout links to add the Add Media button link:

This will only render on the menu if the user is currently signed in.

mern-mediastream/client/core/Menu.js/:

<Link to="/media/new">     <Button style={isActive(history, "/media/new")}>        <AddBoxIcon style={{marginRight: '8px'}}/> Add Media     </Button></Link>

Get Full-Stack React Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.