From 5d9aa8cb6b54967d919a3d1f9bdcb4a7895355dc Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 27 Jan 2023 12:17:27 +0800 Subject: [PATCH] Add documentation link to main dropdown menu --- .../web/components/patterns/DropdownMenu.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/web/components/patterns/DropdownMenu.tsx b/packages/web/components/patterns/DropdownMenu.tsx index 5d39cc1cb..efa46dfcc 100644 --- a/packages/web/components/patterns/DropdownMenu.tsx +++ b/packages/web/components/patterns/DropdownMenu.tsx @@ -47,28 +47,24 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element { @@ -92,6 +88,10 @@ export function DropdownMenu(props: DropdownMenuProps): JSX.Element { onSelect={() => props.actionHandler('navigate-to-integrations')} title="Integrations" /> + window.open('https://docs.omnivore.app', '_blank')} + title="Documentation" + /> window.Intercom('show')} title="Feedback"