diff --git a/ui/packages/app/web/src/components/ui/Navbar.tsx b/ui/packages/app/web/src/components/ui/Navbar.tsx index a4fb5c60af9..37deb2caffc 100644 --- a/ui/packages/app/web/src/components/ui/Navbar.tsx +++ b/ui/packages/app/web/src/components/ui/Navbar.tsx @@ -4,7 +4,10 @@ import { Parca, ParcaSmall } from '@parca/icons' import cx from 'classnames' import DarkModeToggle from './DarkModeToggle' -const links = [{ name: 'Profiles', href: '/', current: true }] +const links = [ + { name: 'Profiles', href: '/', current: true, external: false }, + { name: 'Help', href: 'https://parca.dev/docs/overview', current: false, external: true } +] const Navbar = ({ isDarkMode, @@ -58,10 +61,11 @@ const Navbar = ({ +
+ GitHub +