tweak(ui): align flux dev license money icon

This commit is contained in:
psychedelicious
2024-09-23 17:10:19 +10:00
committed by Kent Keirsey
parent fd7fa6f4ab
commit 35fa7c1a05

View File

@@ -78,7 +78,7 @@ const ParamMainModelSelect = () => {
return (
<FormControl isDisabled={!modelConfigs.length} isInvalid={!value || !modelConfigs.length}>
<Flex>
<Flex alignItems="center">
<InformationalPopover feature="paramModel">
<FormLabel>{t('modelManager.model')}</FormLabel>
</InformationalPopover>