diff --git a/src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/credentials/page.tsx b/src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/credentials/page.tsx
index 0cc84b27..4f66b7f8 100644
--- a/src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/credentials/page.tsx
+++ b/src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/credentials/page.tsx
@@ -198,27 +198,25 @@ export default function CredentialsPage() {
{build !== "oss" && (
-
-
-
-
+
+
)}
diff --git a/src/app/[orgId]/settings/clients/machine/[niceId]/credentials/page.tsx b/src/app/[orgId]/settings/clients/machine/[niceId]/credentials/page.tsx
index 881e6384..e75aa3eb 100644
--- a/src/app/[orgId]/settings/clients/machine/[niceId]/credentials/page.tsx
+++ b/src/app/[orgId]/settings/clients/machine/[niceId]/credentials/page.tsx
@@ -182,27 +182,25 @@ export default function CredentialsPage() {
{build !== "oss" && (
-
-
-
-
+
+
)}
@@ -229,9 +227,7 @@ export default function CredentialsPage() {
)}
- {t(
- "clientRegenerateAndDisconnectWarning"
- )}
+ {t("clientRegenerateAndDisconnectWarning")}
>
) : (
@@ -241,9 +237,7 @@ export default function CredentialsPage() {
"clientRegenerateCredentialsConfirmation"
)}
-
- {t("clientRegenerateCredentialsWarning")}
-
+ {t("clientRegenerateCredentialsWarning")}
>
)}
diff --git a/src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx b/src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx
index b2b526ab..6258cd69 100644
--- a/src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx
+++ b/src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx
@@ -265,27 +265,25 @@ export default function CredentialsPage() {
{build !== "oss" && (
-
-
-
-
+
+
)}
diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx
index 78f20b0a..194d8b46 100644
--- a/src/components/Settings.tsx
+++ b/src/components/Settings.tsx
@@ -66,7 +66,7 @@ export function SettingsSectionFooter({
children: React.ReactNode;
}) {
return (
-