diff --git a/web/app/components/explore/sidebar/index.tsx b/web/app/components/explore/sidebar/index.tsx index a9d67ae2da..afae4c7d67 100644 --- a/web/app/components/explore/sidebar/index.tsx +++ b/web/app/components/explore/sidebar/index.tsx @@ -88,10 +88,16 @@ const SideBar: FC = ({ {!isMobile && !isFold &&
{t('explore.sidebar.title')}
} + + {installedApps.length === 0 && !isMobile && !isFold + &&
+ +
+ } + {installedApps.length > 0 && (
{!isMobile && !isFold &&

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

} - {installedApps.length === 0 && !isMobile && !isFold && }