From 0c2c14f4950005a7f7a2fcee3ea362d3c9c3b8be Mon Sep 17 00:00:00 2001 From: Simon Wicki Date: Thu, 9 Sep 2021 10:07:27 +0200 Subject: [PATCH] fix: remove top right menu dropdown --- ui/packages/app/web/src/components/ui/Navbar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/packages/app/web/src/components/ui/Navbar.tsx b/ui/packages/app/web/src/components/ui/Navbar.tsx index 33d70efedc7..3040a195c95 100644 --- a/ui/packages/app/web/src/components/ui/Navbar.tsx +++ b/ui/packages/app/web/src/components/ui/Navbar.tsx @@ -2,7 +2,6 @@ import { Disclosure } from '@headlessui/react' import { MenuIcon, XIcon } from '@heroicons/react/outline' import { Parca, ParcaSmall } from '@parca/icons' import cx from 'classnames' -import Dropdown from './Dropdown' const links = [{ name: 'Profiles', href: '/', current: true }] @@ -63,7 +62,8 @@ const Navbar = () => { -
+ {/* placeholder for right menu drop down */} + {/*
{ > {}}>Sign out -
+
*/}