This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Description
The markup implies that there should be two links under Overview: Projects, Stages. But neither hover nor click will reveal these items (gif below):
<li className={overviewClass} data-target="#ipsum-secondary">
<Link to="/">
<span className="fa fa-dashboard" data-toggle="tooltip" />
<span className="list-group-item-value">Overview</span>
</Link>
<div id="-secondary" className="nav-pf-secondary-nav">
<div className="nav-item-pf-header">
<a
className="secondary-collapse-toggle-pf"
data-toggle="collapse-secondary-nav"
/>
<span>Overview</span>
</div>
<ul className="list-group">
<li className="list-group-item">
<Link to="/home">
<span className="list-group-item-value">Projects</span>
</Link>
</li>
<li className="list-group-item">
<Link to="/stages">
<span className="list-group-item-value">Stages</span>
</Link>
</li>
</ul>
</div>
</li>
Mmm... not sure why the gif is so massive.
