Merge branch 'master' of github.com:budibase/budibase into budibase-ai-2

This commit is contained in:
Sam Rose 2025-04-01 09:23:53 +01:00
commit 8398fcd5b7
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,7 @@
import { API } from "@/api"
import { onMount } from "svelte"
import { sdk } from "@budibase/shared-core"
import { getFormattedPlanName } from "@/helpers/planTitle"
$: license = $auth.user.license
$: upgradeUrl = `${$admin.accountPortalUrl}/portal/upgrade`
@ -260,7 +261,11 @@
<Layout gap="XS" noPadding>
<Heading size="XS">Plan</Heading>
<Layout noPadding gap="S">
<Body size="S">You are currently on the {license.plan.type} plan</Body>
<Body size="S"
>You are currently on the <b
>{getFormattedPlanName(license.plan.type)}</b
></Body
>
<div>
<Body size="S"
>If you purchase or update your plan on the account</Body