From 597053c30ef585221202ccc4df0f77f8d56570aa Mon Sep 17 00:00:00 2001 From: JzoNg Date: Fri, 8 Mar 2024 00:43:12 +0800 Subject: [PATCH] fix style of app info --- web/app/components/app-sidebar/app-info.tsx | 2 +- web/app/components/app-sidebar/index.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/web/app/components/app-sidebar/app-info.tsx b/web/app/components/app-sidebar/app-info.tsx index ef979bd9c3..99d27bd48f 100644 --- a/web/app/components/app-sidebar/app-info.tsx +++ b/web/app/components/app-sidebar/app-info.tsx @@ -156,7 +156,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => { >
- +
{expand && (
diff --git a/web/app/components/app-sidebar/index.tsx b/web/app/components/app-sidebar/index.tsx index 8773a32f2b..6e3e81610a 100644 --- a/web/app/components/app-sidebar/index.tsx +++ b/web/app/components/app-sidebar/index.tsx @@ -74,6 +74,9 @@ const AppDetailNav = ({ title, desc, icon, icon_background, navigation, extraInf /> )}
+ {!expand && ( +
+ )}