From a5c6a864de9e2ffd73701d94a065b7b59caf807b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 12 Jul 2024 18:57:08 +0000 Subject: [PATCH] Fix: Features card overflow --- frontend/src/pages/org/[id]/overview/index.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/pages/org/[id]/overview/index.tsx b/frontend/src/pages/org/[id]/overview/index.tsx index d443b35b1..0dc8d50a5 100644 --- a/frontend/src/pages/org/[id]/overview/index.tsx +++ b/frontend/src/pages/org/[id]/overview/index.tsx @@ -77,7 +77,7 @@ const features = [ "Pull secrets into your Kubernetes containers and automatically redeploy upon secret changes." }, { - _id: 1, + id: 1, name: "Infisical Agent", link: "https://infisical.com/docs/infisical-agent/overview", description: "Inject secrets into your apps without modifying any application logic." @@ -889,27 +889,27 @@ const OrganizationPage = withPermission(
{features.map((feature) => (
{feature.name}
-
+
{feature.description}
-
-
+
+

Setup time: 20 min -

+

Learn more{" "}