react-resume-template
react-resume-template copied to clipboard
Mobile Menu Scrolling to Home when clicked to hide
The issue is shown in the following gif:

To correct it you can change the href for the "Hide Navigation" button in Header.js
Line 22 changes from this
<a className="mobile-btn" href="#home" title="Hide navigation">Hide navigation</a>
To this:
<a className="mobile-btn" href="#hide-nav-wrap" title="Hide navigation">Hide navigation</a>