diff --git a/web/app/(app)/settings/license/page.tsx b/web/app/(app)/settings/license/page.tsx index e0b3ebc..34864a5 100644 --- a/web/app/(app)/settings/license/page.tsx +++ b/web/app/(app)/settings/license/page.tsx @@ -104,14 +104,7 @@ function Allowance({ label, used, limit }: { label: string; used: number; limit: {unlimited ? (

No limit

) : ( -
+
)} @@ -122,12 +115,7 @@ function Allowance({ label, used, limit }: { label: string; used: number; limit: function Feature({ label, included }: { label: string; included: boolean }) { return (
- + {included ? "✓" : "–"} {label} @@ -183,11 +171,7 @@ function RecordPanel({ license }: { license: LicenseInfo }) {
{license.instance_id} -
@@ -265,6 +249,7 @@ export default function LicensePage() {
+
@@ -272,9 +257,7 @@ export default function LicensePage() { {isCloud ? ( -

- This is a cloud instance, so its licence is issued and renewed in Vantage HQ and applied here automatically. There is nothing to paste. -

+

This is a cloud instance, so its licence is issued and renewed in Vantage HQ and applied here automatically. There is nothing to paste.

{hqUrl && (