diff --git a/web/app/(commonLayout)/plugins/Container.tsx b/web/app/(commonLayout)/plugins/Container.tsx index 7adf0405b3..f6d9c9a700 100644 --- a/web/app/(commonLayout)/plugins/Container.tsx +++ b/web/app/(commonLayout)/plugins/Container.tsx @@ -17,6 +17,7 @@ import TabSlider from '@/app/components/base/tab-slider' import ActionButton from '@/app/components/base/action-button' import Tooltip from '@/app/components/base/tooltip' import Marketplace from '@/app/components/plugins/marketplace' +import cn from '@/utils/classnames' const Container = () => { const { t } = useTranslation() @@ -38,8 +39,10 @@ const Container = () => { return (
diff --git a/web/app/components/plugins/marketplace/index.tsx b/web/app/components/plugins/marketplace/index.tsx index a9a45159a8..740d1e35b7 100644 --- a/web/app/components/plugins/marketplace/index.tsx +++ b/web/app/components/plugins/marketplace/index.tsx @@ -3,8 +3,8 @@ import PluginTypeSwitch from './plugin-type-switch' const Marketplace = () => { return ( -
-
+
+

Empower your AI development