From 05d7f945188829e249c6b15d8cbbc04341f60f5f Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Wed, 4 Dec 2024 17:00:09 -0800 Subject: [PATCH] improvement: add margin to integrations table view --- .../components/IntegrationsSection/IntegrationsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx index a09535f03..2708226f6 100644 --- a/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx +++ b/frontend/src/views/IntegrationsPage/components/IntegrationsSection/IntegrationsSection.tsx @@ -38,8 +38,8 @@ export const IntegrationsSection = ({ const [shouldDeleteSecrets, setShouldDeleteSecrets] = useToggle(false); return ( -
-
+
+

Integrations

Manage integrations with third-party services.