From 1fca5e6cdc928ccd098e13dd7d61c314f935181a Mon Sep 17 00:00:00 2001 From: shivam-bit Date: Fri, 19 Apr 2024 18:19:34 +0530 Subject: [PATCH] Refactor integrations page layout --- web-server/pages/integrations.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/web-server/pages/integrations.tsx b/web-server/pages/integrations.tsx index 9e912823a..7b03d2dc0 100644 --- a/web-server/pages/integrations.tsx +++ b/web-server/pages/integrations.tsx @@ -65,9 +65,19 @@ const Content = () => { const teamCount = teams.length; return ( - - Integrate your Github to fetch DORA for your team - + + + Integrate your Github to fetch DORA for your team + + {Boolean(teamCount) && ( + + )} + +