Skip to content

Commit 0bab2e7

Browse files
committed
fix(navbar): add back rules
1 parent 73f4593 commit 0bab2e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/Page/Navbar.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ export default function Navbar() {
7878
>
7979
{'All benchmarks'}
8080
</Link>
81+
<Link
82+
key={'rules'}
83+
to={`/rules`}
84+
className="text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium"
85+
>
86+
{'Language rules'}
87+
</Link>
8188
<Link
8289
key={'my-benchmarks'}
8390
to={`/benchmarks/user/${profileData?.username}`}

0 commit comments

Comments
 (0)