chore: app card icon and palce of learn dify

This commit is contained in:
Joel 2026-05-11 14:42:03 +08:00
parent 155b7496c5
commit c67235ca8c
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ const AppCard = ({
imageUrl={appBasicInfo.icon_url}
/>
<AppTypeIcon
wrapperClassName="absolute -right-0.5 -bottom-0.5 size-4 rounded border-components-panel-on-panel-item-bg shadow-sm"
wrapperClassName="absolute -right-0.5 -bottom-0.5 size-4 rounded-sm border-components-panel-on-panel-item-bg shadow-sm"
className="size-3"
type={appBasicInfo.mode}
/>

View File

@ -64,7 +64,6 @@ const HelpMenu = () => {
trailing={<ExternalLinkIndicator />}
/>
</DropdownMenuLinkItem>
<Support closeAccountDropdown={() => setOpen(false)} />
<div className="mx-0 flex h-8 items-center gap-1 rounded-lg py-1 pr-2 pl-3">
<span aria-hidden className="i-custom-vender-workflow-docs-extractor size-4 shrink-0 text-text-tertiary" />
<span className="min-w-0 flex-1 truncate px-1 py-0.5 system-md-regular text-text-secondary">
@ -78,6 +77,7 @@ const HelpMenu = () => {
onCheckedChange={checked => setLearnDifyHidden(!checked)}
/>
</div>
<Support closeAccountDropdown={() => setOpen(false)} />
{IS_CLOUD_EDITION && isCurrentWorkspaceOwner && <Compliance />}
</DropdownMenuGroup>
<DropdownMenuSeparator className="my-0!" />