Skip to content

Commit 36fc72d

Browse files
authored
add bench link (#10)
Signed-off-by: Will Manning <[email protected]>
1 parent 7bc8940 commit 36fc72d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/layout/header.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ export const Header = () => {
4141
>
4242
Docs
4343
</Link>
44+
<Link
45+
href="https://bench.vortex.dev"
46+
className="uppercase text-white font-mono text-base md:text-[18px] font-medium"
47+
target="_blank"
48+
>
49+
Bench
50+
</Link>
4451
</div>
4552
</div>
4653
);

0 commit comments

Comments
 (0)