Skip to content

Commit

Permalink
help link (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Feb 6, 2025
1 parent cf73280 commit b195d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const NavBar = ({ logout, visualizer, toggleMode }: NavBarProps) => {
const helpButton = (
<Grid2 display="flex" justifyContent="right">
<Tooltip title="Help">
<Button color="inherit"><HelpIcon /></Button>
<Button color="inherit" href="https://docs.zrok.io" target="_"><HelpIcon /></Button>
</Tooltip>
</Grid2>
);
Expand Down

0 comments on commit b195d2b

Please sign in to comment.