Skip to content

Commit

Permalink
fix(navbar): add back rules
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 28, 2021
1 parent 73f4593 commit 0bab2e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Page/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ export default function Navbar() {
>
{'All benchmarks'}
</Link>
<Link
key={'rules'}
to={`/rules`}
className="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium"
>
{'Language rules'}
</Link>
<Link
key={'my-benchmarks'}
to={`/benchmarks/user/${profileData?.username}`}
Expand Down

0 comments on commit 0bab2e7

Please sign in to comment.