diff --git a/src/renderer/protocol-handler/app-handlers.ts b/src/renderer/protocol-handler/app-handlers.ts index 84dd3ce9ec..b4d2232eb0 100644 --- a/src/renderer/protocol-handler/app-handlers.ts +++ b/src/renderer/protocol-handler/app-handlers.ts @@ -17,7 +17,7 @@ export function bindProtocolAddRouteHandlers() { .addInternalHandler("/", () => { navigate(catalogURL()); }) - .addInternalHandler("/catalog", () => { + .addInternalHandler("/landing", () => { navigate(catalogURL()); }) .addInternalHandler("/cluster", () => {