diff --git a/README.md b/README.md index f405446..f083e7e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ [![Twitter Follow](https://img.shields.io/twitter/follow/uruit.svg?style=social&label=Follow)](https://twitter.com/UruIT/followers) [![Twitter URL](https://img.shields.io/twitter/url/http/uruit.react-seed.svg?style=social)](https://twitter.com/intent/tweet?text=react-seed%20by%20%40UruIT%20on&url=https%3A%2F%2Fgithub.com%2Furuit%2Freact-seed) +[![DevDependencies](https://img.shields.io/david/dev/uruit/react-seed.svg)](https://github.com/uruit/react-seed/blob/master/package.json) + + UruIT seed project for ReactJS applications diff --git a/client/components/nav/Nav.jsx b/client/components/nav/Nav.jsx index b2bd64a..e52bbc3 100644 --- a/client/components/nav/Nav.jsx +++ b/client/components/nav/Nav.jsx @@ -2,7 +2,7 @@ import React from 'react'; import { NavLink } from 'react-router-dom'; import styles from './Nav.scss'; -let { nav, active } = styles; +const { nav, active } = styles; const Nav = () => (