diff --git a/frontend/src/components/v2/Alert/Alert.tsx b/frontend/src/components/v2/Alert/Alert.tsx index 9de25193c..c43857da1 100644 --- a/frontend/src/components/v2/Alert/Alert.tsx +++ b/frontend/src/components/v2/Alert/Alert.tsx @@ -58,7 +58,10 @@ const Alert = forwardRef< {typeof icon !== "undefined" ? ( <>{icon} ) : ( - + )}
diff --git a/frontend/src/pages/org/[id]/overview/index.tsx b/frontend/src/pages/org/[id]/overview/index.tsx index b29a4717d..9d8aabb40 100644 --- a/frontend/src/pages/org/[id]/overview/index.tsx +++ b/frontend/src/pages/org/[id]/overview/index.tsx @@ -23,7 +23,9 @@ import { faNetworkWired, faPlug, faPlus, - faUserPlus + faUserPlus, + faWarning, + faXmark } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { yupResolver } from "@hookform/resolvers/yup"; @@ -56,6 +58,7 @@ import { fetchOrgUsers, useAddUserToWs, useCreateWorkspace, + useGetUserAction, useRegisterUserAction, useUploadWsKey } from "@app/hooks/api"; @@ -70,13 +73,12 @@ const features = [ link: "https://infisical.com/docs/documentation/getting-started/kubernetes", description: "Pull secrets into your Kubernetes containers and automatically redeploy upon secret changes." - }, + }, { _id: 1, name: "Infisical Agent", link: "https://infisical.com/docs/infisical-agent/overview", - description: - "Inject secrets into your apps without modifying any application logic." + description: "Inject secrets into your apps without modifying any application logic." } ]; @@ -122,13 +124,13 @@ const CodeItem = ({ }) => { return ( <> -

{textExplanation}

-
+

{textExplanation}

+
+

Projects

Explore Infisical

-
+
{features.map((feature) => (