Skip to content

Commit cc954b8

Browse files
committed
fix url
1 parent e5a2937 commit cc954b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/enterpriseTrial.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
setNavigationHeight();
4040
});
4141
42-
$: upgradeUrl = `${base}/organization-${$organization?.$id}/billing`;
42+
$: upgradeUrl = `${base}/organization-${$organization?.$id}/change-plan`;
4343
$: remainingDays = calculateEnterpriseTrial($organization);
4444
</script>
4545

0 commit comments

Comments
 (0)