Skip to content

Commit

Permalink
Fix docs site link (#638)
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Gieringer <78054+carlgieringer@users.noreply.github.com>
  • Loading branch information
carlgieringer authored Feb 17, 2024
1 parent f9fb7db commit 790967a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion premiser-ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,9 @@ class App extends Component<Props> {
key="documentationSite"
primaryText="Docs site"
leftAddon={<MaterialSymbol icon="menu_book" />}
component={Link}
component="a"
href="https://docs.howdju.com"
target="_blank"
/>,
<MenuItemLink
key="tools"
Expand Down

0 comments on commit 790967a

Please sign in to comment.