diff --git a/web/app/components/explore/app-list/index.tsx b/web/app/components/explore/app-list/index.tsx index 04f75107da..5021185a03 100644 --- a/web/app/components/explore/app-list/index.tsx +++ b/web/app/components/explore/app-list/index.tsx @@ -159,69 +159,74 @@ const Apps = ({ return (
- {systemFeatures.enable_explore_banner && ( -
- -
- )} -
-
-
{!hasFilterCondition ? t('apps.title', { ns: 'explore' }) : t('apps.resultNum', { num: searchFilteredList.length, ns: 'explore' })}
- {hasFilterCondition && ( - <> -
- - - )} -
- handleKeywordsChange(e.target.value)} - onClear={() => handleKeywordsChange('')} - /> -
+
+ {systemFeatures.enable_explore_banner && ( +
+ +
+ )} -
- -
- -
- +
+ +
+ +
+
+ +
+ +
{isShowCreateModal && ( = ({ } > -
+
{children}