Skip to content

Commit

Permalink
correct link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
PiffPaffM committed Aug 30, 2021
1 parent a5d9f1e commit ad1bcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Header({ docsType = "haystack" }: Props) {
</Link>
</div> */}
<div className="mr-8 xl:mr-12 2xl:mr-16">
<Link href="/benchmarks/v0.9.0">
<Link href="/benchmarks/latest">
<div className="text-white font-bold lg:text-xl xl:text-2xl cursor-pointer">
Benchmarks
</div>
Expand Down

0 comments on commit ad1bcec

Please sign in to comment.