diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index 0a861e97..5b4aebcf 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -1,11 +1,105 @@ import React, { PropTypes } from 'react'; import { Link } from 'react-router'; +import InlineSVG from 'react-inlinesvg'; + +const triangleUrl = require('../images/down-filled-triangle.svg'); +const logoUrl = require('../images/p5js-logo-small.svg'); class Nav extends React.PureComponent { render() { return (