diff --git a/frontend/src/layouts/KmsLayout/KmsLayout.tsx b/frontend/src/layouts/KmsLayout/KmsLayout.tsx index c4fdf32eb..eef78000a 100644 --- a/frontend/src/layouts/KmsLayout/KmsLayout.tsx +++ b/frontend/src/layouts/KmsLayout/KmsLayout.tsx @@ -13,7 +13,7 @@ export const KmsLayout = () => { const location = useLocation(); return ( -
+
{ ) : ( <> -
+
{ {currentOrg?.name} -
+
{getPlan(subscription)}
{subscription.cardDeclined && ( @@ -468,7 +468,7 @@ export const Navbar = () => { className={twMerge( "gap-x-1.5 text-sm", !isOrgScope && - "bg-transparent text-mineshaft-200 hover:!bg-transparent hover:underline [&>svg]:!text-sub-org" + "min-w-6 bg-transparent text-mineshaft-200 hover:!bg-transparent hover:underline [&>svg]:!text-sub-org" )} > @@ -569,11 +569,11 @@ export const Navbar = () => { )} {user.superAdmin && !location.pathname.startsWith("/admin") && ( - - Server Console + + Server Console )} diff --git a/frontend/src/layouts/OrganizationLayout/components/OrgNavBar/OrgNavBar.tsx b/frontend/src/layouts/OrganizationLayout/components/OrgNavBar/OrgNavBar.tsx index 564970904..16dbe5a13 100644 --- a/frontend/src/layouts/OrganizationLayout/components/OrgNavBar/OrgNavBar.tsx +++ b/frontend/src/layouts/OrganizationLayout/components/OrgNavBar/OrgNavBar.tsx @@ -21,7 +21,7 @@ export const OrgNavBar = ({ isHidden }: Props) => { return ( <> {!isHidden && ( -
+
{ return ( <> -
+
{

- {currentWorkspace.type ? PROJECT_TYPE_NAME[currentWorkspace.type] : "Project"} + + {currentWorkspace.type ? PROJECT_TYPE_NAME[currentWorkspace.type] : "Project"} + diff --git a/frontend/src/layouts/SecretScanningLayout/SecretScanningLayout.tsx b/frontend/src/layouts/SecretScanningLayout/SecretScanningLayout.tsx index 0a1fd14f4..3a060b68a 100644 --- a/frontend/src/layouts/SecretScanningLayout/SecretScanningLayout.tsx +++ b/frontend/src/layouts/SecretScanningLayout/SecretScanningLayout.tsx @@ -36,7 +36,7 @@ export const SecretScanningLayout = () => { ); return ( -
+
{ const location = useLocation(); return ( -
+
{

Allow Secret Sharing

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to securely share secrets. diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx index 466b950f1..01c95f68f 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx @@ -40,12 +40,13 @@ export const SecretSnapshotsLegacySection = () => {

Show Secret Snapshots ( legacy )

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to view secret snapshots in the legacy format.