We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f4593 commit 0bab2e7Copy full SHA for 0bab2e7
src/components/Page/Navbar.tsx
@@ -78,6 +78,13 @@ export default function Navbar() {
78
>
79
{'All benchmarks'}
80
</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>
88
<Link
89
key={'my-benchmarks'}
90
to={`/benchmarks/user/${profileData?.username}`}
0 commit comments