sindresorhus/refined-github
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Restore the "Trending" nav bar link #1923
adamlacombe posted onGitHub
<!-- The more the merrier! 🍻 Thanks for contributing! 1. List some URLs that reviewers can use to test your PR 2. Make sure you specify the issue you're fixing/closing, if any, following this format: Fixes #123 Closes #56 -->
Looks like header/navigation has changed.
<ul>
<li>
<a class="HeaderNavlink">...</a>
</li>
</ul>
is now
<nav>
<a class="Header-link">...</a>
</ul>