diff --git a/web/app/components/explore/app-list/index.tsx b/web/app/components/explore/app-list/index.tsx index bd7b84f6a0..ce7f4c311f 100644 --- a/web/app/components/explore/app-list/index.tsx +++ b/web/app/components/explore/app-list/index.tsx @@ -151,7 +151,7 @@ const Apps = ({ return (
{systemFeatures.enable_explore_banner && (
diff --git a/web/app/components/explore/item-operation/index.tsx b/web/app/components/explore/item-operation/index.tsx index 6fd11fd084..3959f4710e 100644 --- a/web/app/components/explore/item-operation/index.tsx +++ b/web/app/components/explore/item-operation/index.tsx @@ -52,7 +52,7 @@ const ItemOperation: FC = ({ setOpen(v => !v)} > -
+
-
{name}
+
{name}
e.stopPropagation()}> = ({ const pinnedAppsCount = installedApps.filter(({ is_pinned }) => is_pinned).length return ( -
+
-
+
- {!isMobile &&
{t('explore.sidebar.title')}
} + {!isMobile &&
{t('explore.sidebar.title')}
} {installedApps.length > 0 && ( -
-

{t('explore.sidebar.webApps')}

-
+

{t('explore.sidebar.webApps')}

+