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) && ( + + )} + +