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"