File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { ProductVersionLabel } from '../zenuml/components/MainHeader/ProductVers
55import featureToggle from '../services/feature_toggle' ;
66import { Popover } from './PopOver' ;
77import { SharePanel } from './SharePanel' ;
8+ import * as DropdownMenu from '@radix-ui/react-dropdown-menu' ;
89import userService from '../services/user_service' ;
910import mixpanel from '../services/mixpanel' ;
1011
@@ -58,7 +59,7 @@ export function MainHeader(props) {
5859 const isSubscribed = userService . isSubscribed ( ) ;
5960
6061 return (
61- < div className = "main-header text-gray-400 py-2 px-8 flex justify-between border-b border-black-700 bg-black-500" >
62+ < div className = "main-header text-gray-400 py-1 px-2 flex justify-between border-b border-black-700 bg-black-500" >
6263 < div className = "flex items-center gap-4" >
6364 < div className = "flex items-center p-1" >
6465 < svg className = "h-9 w-9" >
You can’t perform that action at this time.
0 commit comments