From 505d3d9f0368d43f0f771b9f2ab6c1fdbcaabacf Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Fri, 24 Jul 2026 18:31:00 +0800 Subject: [PATCH] fix: restore marketplace category icons --- .../plugins/marketplace/plugin-type-switch.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/web/app/components/plugins/marketplace/plugin-type-switch.tsx b/web/app/components/plugins/marketplace/plugin-type-switch.tsx index e9e4b188146..ec94734142b 100644 --- a/web/app/components/plugins/marketplace/plugin-type-switch.tsx +++ b/web/app/components/plugins/marketplace/plugin-type-switch.tsx @@ -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: , + icon: ( + + ), }, { value: PLUGIN_TYPE_SEARCH_MAP.trigger, text: t(($) => $['category.triggers'], { ns: 'plugin' }), - icon: , + icon: ( + + ), }, { value: PLUGIN_TYPE_SEARCH_MAP.extension,