We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@amarie401 do you want to take a look at this one?
Sorry, something went wrong.
@amarie401 bring the bug to next L&L :)
@benjaminapetersen will do! :)
Love that idea! Thanks @benjaminapetersen @amarie401
amarie401
No branches or pull requests
The markup implies that there should be two links under Overview: Projects, Stages. But neither hover nor click will reveal these items (gif below):
Mmm... not sure why the gif is so massive.
The text was updated successfully, but these errors were encountered: