}
{!serverDetails?.inviteOnlySignup ? (
- Don't have an acount yet?
- {t("login.create-account")}
+ Don't have an acount yet? {t("login.create-account")}
@@ -237,10 +236,9 @@ export const InitialStep = ({ setStep, email, setEmail, password, setPassword }:
)}
- Forgot password?
- Recover your account
+ Forgot password? Recover your account
diff --git a/frontend/src/views/SecretMainPage/SecretMainPage.tsx b/frontend/src/views/SecretMainPage/SecretMainPage.tsx
index 4ffa27c86..cf56bbc93 100644
--- a/frontend/src/views/SecretMainPage/SecretMainPage.tsx
+++ b/frontend/src/views/SecretMainPage/SecretMainPage.tsx
@@ -39,9 +39,9 @@ import { StoreProvider } from "./SecretMainPage.store";
import { Filter, GroupBy, SortDir } from "./SecretMainPage.types";
const LOADER_TEXT = [
- "Retriving your encrypted secrets",
- "Fetching folders",
- "Getting secret import links"
+ "Retrieving your encrypted secrets...",
+ "Fetching folders...",
+ "Getting secret import links..."
];
export const SecretMainPage = () => {
diff --git a/frontend/src/views/SecretOverviewPage/SecretOverviewPage.tsx b/frontend/src/views/SecretOverviewPage/SecretOverviewPage.tsx
index ccaf0ac29..34bbc7a6d 100644
--- a/frontend/src/views/SecretOverviewPage/SecretOverviewPage.tsx
+++ b/frontend/src/views/SecretOverviewPage/SecretOverviewPage.tsx
@@ -325,7 +325,7 @@ export const SecretOverviewPage = () => {
className="bg-mineshaft-700"
/>
)}
- {isTableEmpty && (
+ {isTableEmpty && !isTableLoading && (
|
@@ -335,7 +335,7 @@ export const SecretOverviewPage = () => {
query: { id: workspaceId, env: userAvailableEnvs?.[0]?.slug }
}}
>
-
+
|
diff --git a/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/PreviewSection.tsx b/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/PreviewSection.tsx
index ee1ffe989..04d878b67 100644
--- a/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/PreviewSection.tsx
+++ b/frontend/src/views/Settings/BillingSettingsPage/components/BillingCloudTab/PreviewSection.tsx
@@ -1,3 +1,7 @@
+import Link from "next/link";
+import { faArrowUpRightFromSquare } from "@fortawesome/free-solid-svg-icons";
+import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
+
import { OrgPermissionCan } from "@app/components/permissions";
import { Button } from "@app/components/v2";
import {
@@ -74,24 +78,36 @@ export const PreviewSection = () => {
subscription?.slug !== "enterprise" &&
subscription?.slug !== "pro" &&
subscription?.slug !== "pro-annual" && (
-
-
-
Become Infisical
-
- Unlimited members, projects, RBAC, smart alerts, and so much more
-
+
+
+
+
Unleash the full power of Infisical
+
+ Get unlimited members, projects, RBAC, smart alerts, and so much more.
+
+
+
+ {(isAllowed) => (
+
+ )}
+
+
+
+
Want to learn more?
+
+
+
+ Book a demo
+
+
+
-
- {(isAllowed) => (
-
- )}
-
)}
{!isLoading && subscription && data && (