mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 23:18:39 +08:00
chore: app card icon and palce of learn dify
This commit is contained in:
parent
155b7496c5
commit
c67235ca8c
@ -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}
|
||||
/>
|
||||
|
||||
@ -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!" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user