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{" "}