Problem
Arrow hyperlinks appear when the browser is a reduced size, but clicking the arrow hyperlinks do not change the page, move to the top, or anything else.
Steps to reproduce the problem
- On Google Chrome, go to First Steps (https://treehouses.io/#!pages/vi/firststeps.md)
- Snap the browser window to one side (Windows 10 can do this by dragging the browser to the edge of a side and letting go).
- Click the hyperlink arrows that appear. (These links appear to redirect to https://treehouses.io/pages/vi/#md-page-menu, but never actually do anything. It's unclear what the intended purpose is, but I imagine it was supposed to redirect to the top of the page?)
Screenshots


Proposed solution
If the intention was to redirect to the top of the page, add href="#top" to the anchor tag in the hyperlink.
I'm not sure what the intention of this is. If it's supposed to be a redirect to the top, why does it disappear when the browser is full screen? Maybe this was left in by accident?