File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export default function PlatformWelcomeDropdown(props: AppSelectionDropdownProps
16
16
< Menu . Button >
17
17
< Tooltip color = "invert" content = "Kern AI" placement = "right" >
18
18
< div
19
- className = ' cursor-pointer group flex items-center p-2 text-sm font-medium rounded-md border border-gray-200 hover:bg-gray-50'
19
+ className = { ` cursor-pointer group flex items-center p-2 text-sm font-medium rounded-md border ${ props . gates ? '' : ' border-gray-200 hover:bg-gray-50'} ` }
20
20
>
21
21
< Image src = { kernLogo } width = "32" height = "32" alt = 'Kern' />
22
22
</ div >
@@ -33,7 +33,7 @@ export default function PlatformWelcomeDropdown(props: AppSelectionDropdownProps
33
33
leaveFrom = "transform opacity-100 scale-100"
34
34
leaveTo = "transform opacity-0 scale-95"
35
35
>
36
- < Menu . Items className = "fixed bottom-[74px] left-20 z-50 w-40 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" >
36
+ < Menu . Items className = "fixed z-50 w-40 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" style = { { bottom : '74px' , left : '80px' } } >
37
37
< div className = "py-1" >
38
38
{ props . cockpit ? (
39
39
< Menu . Item >
You can’t perform that action at this time.
0 commit comments