We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aecfc commit 5dace4cCopy full SHA for 5dace4c
src/lib/boosthub.tsx
@@ -16,7 +16,7 @@ const boostHubDesktopLoginPageUrl = `${boostHubBaseUrl}/desktop/login`
16
17
export const boostHubAccountDeletePageUrl = `${boostHubBaseUrl}/account/delete`
18
19
-export const boostHubLearnMorePageUrl = `${boostHubBaseUrl}/features`
+export const boostHubLearnMorePageUrl = `${boostHubBaseUrl}/for-teams/features`
20
21
export function openLoginPage(state: string) {
22
const loginPageUrl = `${boostHubDesktopLoginPageUrl}?state=${state}`
0 commit comments