Skip to content

Commit 5dace4c

Browse files
committed
Fix boost hub learn more link
1 parent 91aecfc commit 5dace4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/boosthub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const boostHubDesktopLoginPageUrl = `${boostHubBaseUrl}/desktop/login`
1616

1717
export const boostHubAccountDeletePageUrl = `${boostHubBaseUrl}/account/delete`
1818

19-
export const boostHubLearnMorePageUrl = `${boostHubBaseUrl}/features`
19+
export const boostHubLearnMorePageUrl = `${boostHubBaseUrl}/for-teams/features`
2020

2121
export function openLoginPage(state: string) {
2222
const loginPageUrl = `${boostHubDesktopLoginPageUrl}?state=${state}`

0 commit comments

Comments
 (0)