mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 11:04:27 +08:00
fix: restore marketplace category icons
This commit is contained in:
parent
a214565031
commit
505d3d9f03
@ -54,12 +54,19 @@ function PluginTypeSwitch({ className, variant = 'default' }: PluginTypeSwitchPr
|
||||
{
|
||||
value: PLUGIN_TYPE_SEARCH_MAP.agent,
|
||||
text: t(($) => $[isHome ? 'categorySingle.agent' : 'category.agents'], { ns: 'plugin' }),
|
||||
icon: <span aria-hidden className={cn('i-ri-speak-ai-line', iconClassName)} />,
|
||||
icon: (
|
||||
<span
|
||||
aria-hidden
|
||||
className={cn('i-custom-vender-integrations-agent-strategy', iconClassName)}
|
||||
/>
|
||||
),
|
||||
},
|
||||
{
|
||||
value: PLUGIN_TYPE_SEARCH_MAP.trigger,
|
||||
text: t(($) => $['category.triggers'], { ns: 'plugin' }),
|
||||
icon: <span aria-hidden className={cn('i-custom-vender-plugin-trigger', iconClassName)} />,
|
||||
icon: (
|
||||
<span aria-hidden className={cn('i-custom-vender-integrations-trigger', iconClassName)} />
|
||||
),
|
||||
},
|
||||
{
|
||||
value: PLUGIN_TYPE_SEARCH_MAP.extension,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user