Merge branch 'master' into default-app-mobile

This commit is contained in:
Andrew Kingston 2025-04-01 09:05:37 +01:00 committed by GitHub
commit 1859a8e62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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