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 e5a2937 commit cc954b8Copy full SHA for cc954b8
src/routes/(console)/organization-[organization]/enterpriseTrial.svelte
@@ -39,7 +39,7 @@
39
setNavigationHeight();
40
});
41
42
- $: upgradeUrl = `${base}/organization-${$organization?.$id}/billing`;
+ $: upgradeUrl = `${base}/organization-${$organization?.$id}/change-plan`;
43
$: remainingDays = calculateEnterpriseTrial($organization);
44
</script>
45
0 commit comments