Skip to content

Commit dd7d1f0

Browse files
committed
chore(code): set billing redirect URL to scroll to phc item
1 parent 5298cb9 commit dd7d1f0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/ui/src/utils/urls.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ export function getPostHogUrl(
1616
export function getBillingUrl(
1717
regionOverride?: CloudRegion | null,
1818
): string | null {
19-
return getPostHogUrl("/organization/billing/overview", regionOverride);
19+
return getPostHogUrl(
20+
"/organization/billing/overview?products=posthog_code_usage",
21+
regionOverride,
22+
);
2023
}

0 commit comments

Comments
 (0)