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,