mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-11 22:09:44 +00:00
feat: flowCard logo style changed
This commit is contained in:
@@ -29,6 +29,7 @@ const BlurredCard: React.FC<{
|
|||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={cls('hover-underline-gradient flex justify-center mt-6 relative group w-1/3 px-2 mb-6', className)}>
|
<div className={cls('hover-underline-gradient flex justify-center mt-6 relative group w-1/3 px-2 mb-6', className)}>
|
||||||
<div
|
<div
|
||||||
@@ -41,7 +42,7 @@ const BlurredCard: React.FC<{
|
|||||||
{scene ? (
|
{scene ? (
|
||||||
<AppDefaultIcon scene={scene} width={14} height={14} />
|
<AppDefaultIcon scene={scene} width={14} height={14} />
|
||||||
) : (
|
) : (
|
||||||
logo && <Image src={logo} width={44} height={44} alt={name} className="w-8 min-w-8 rounded-full" />
|
logo && <Image src={logo} width={44} height={44} alt={name} className="w-8 min-w-8 rounded-full max-w-none" />
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Reference in New Issue
Block a user