1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Update packages/builder/src/components/upgrade/UpgradeModal.svelte

Co-authored-by: Rory Powell <rory.codes@gmail.com>
This commit is contained in:
Martin McKeaveney 2021-09-29 19:12:19 +01:00 committed by GitHub
parent e4473a32fd
commit e62f8cd9bb

View file

@ -4,7 +4,7 @@
let upgradeModal
const onConfirm = () => {
window.open("https://account.budibase.app/install", "_blank")
window.open("https://account.budibase.app/portal/install", "_blank")
}
</script>