Skip to content

Commit

Permalink
update nav link
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs committed Dec 20, 2023
1 parent d5b8eae commit 4c96307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const NavMenu: React.FunctionComponent<{ className?: string }> = ({ className })
<NavigationMenuItem>
<NavigationMenuLink className={navigationMenuTriggerStyle()} asChild={true}>
<Link
href="https://sourcegraph.com/github.com/sourcegraph/opencodegraph"
href="https://github.com/sourcegraph/opencodegraph"
target="_blank"
className="flex items-center gap-2 no-underline"
>
Expand Down

0 comments on commit 4c96307

Please sign in to comment.