diff --git a/apps/desktop/src/app/settings/gateway-settings.tsx b/apps/desktop/src/app/settings/gateway-settings.tsx
index 57ed01dc904..dbabfa32da5 100644
--- a/apps/desktop/src/app/settings/gateway-settings.tsx
+++ b/apps/desktop/src/app/settings/gateway-settings.tsx
@@ -31,10 +31,6 @@ interface GatewaySettingsState {
cloudOrg: string
}
-// Where the "no agents found" empty state sends you to create one — the Hermes
-// Cloud instance-setup flow (?setup=instance deep-links into the create form).
-const HERMES_CLOUD_SETUP_URL = 'https://portal.nousresearch.com/cloud?setup=instance'
-
const EMPTY_STATE: GatewaySettingsState = {
envOverride: false,
mode: 'local',
@@ -868,7 +864,10 @@ export function GatewaySettings() {
{g.cloudNoAgents.before}
-
+
{g.cloudNoAgents.linkText}
{g.cloudNoAgents.after}