| | |
| | | |
| | | return ( |
| | | <div className='-translate-y-2 m-1 mt-0 px-2.5 py-2 pt-4 bg-util-colors-indigo-indigo-50 rounded-b-[10px] border-l border-b border-r border-components-panel-border-subtle'> |
| | | {noFeatureEnabled && ( |
| | | {/* {noFeatureEnabled && ( |
| | | <div className='flex items-end gap-1 cursor-pointer' onClick={() => onFeatureBarClick?.(true)}> |
| | | <RiApps2AddLine className='w-3.5 h-3.5 text-text-accent' /> |
| | | <div className='text-text-accent body-xs-medium'>{t('appDebug.feature.bar.empty')}</div> |
| | |
| | | <RiArrowRightLine className='w-3.5 h-3.5 text-text-accent' /> |
| | | </Button> |
| | | </div> |
| | | )} |
| | | )} */} |
| | | </div> |
| | | ) |
| | | } |