Преглед изворни кода

fix: image icon not showing correctly on left panel in workflow web app page (#7466)

tags/0.7.2
Hash Brown пре 1 година
родитељ
комит
028fd52c9b
No account linked to committer's email address
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7
    1
      web/app/components/share/text-generation/index.tsx

+ 7
- 1
web/app/components/share/text-generation/index.tsx Прегледај датотеку

@@ -551,7 +551,13 @@ const TextGeneration: FC<IMainProps> = ({
<div className='mb-6'>
<div className='flex items-center justify-between'>
<div className='flex items-center space-x-3'>
<AppIcon size="small" icon={siteInfo.icon} background={siteInfo.icon_background || appDefaultIconBackground} />
<AppIcon
size="small"
iconType={siteInfo.icon_type}
icon={siteInfo.icon}
background={siteInfo.icon_background || appDefaultIconBackground}
imageUrl={siteInfo.icon_url}
/>
<div className='text-lg font-semibold text-gray-800'>{siteInfo.title}</div>
</div>
{!isPC && (

Loading…
Откажи
Сачувај