mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-10 01:45:04 -05:00
Merge remote-tracking branch 'origin/user-image-uploads' into inpainting-rebase
This commit is contained in:
@@ -33,7 +33,7 @@ const ModelListItem = (props: ModelListItemProps) => {
|
||||
};
|
||||
return (
|
||||
<div className="model-list-item">
|
||||
<Tooltip label={description} hasArrow placement="top">
|
||||
<Tooltip label={description} hasArrow placement="bottom">
|
||||
<div className="model-list-item-name">{name}</div>
|
||||
</Tooltip>
|
||||
<Spacer />
|
||||
|
||||
Reference in New Issue
Block a user