From 1f85bf2302b987bf0b885885e88794a0ce389906 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:39:58 +0530 Subject: [PATCH] style: module ui improvement (#2838) --- web/components/modules/module-card-item.tsx | 6 +++++- web/components/modules/module-list-item.tsx | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/components/modules/module-card-item.tsx b/web/components/modules/module-card-item.tsx index ffe9d6cbe..054b0f9e8 100644 --- a/web/components/modules/module-card-item.tsx +++ b/web/components/modules/module-card-item.tsx @@ -148,7 +148,11 @@ export const ModuleCardItem: React.FC = observer((props) => {
{moduleStatus && ( {moduleStatus.label} diff --git a/web/components/modules/module-list-item.tsx b/web/components/modules/module-list-item.tsx index 3489311b9..e8be9841b 100644 --- a/web/components/modules/module-list-item.tsx +++ b/web/components/modules/module-list-item.tsx @@ -157,7 +157,11 @@ export const ModuleListItem: React.FC = observer((props) => {
{moduleStatus && ( {moduleStatus.label}