Adjust LicenseBadge color for "trialing" state to secondary

This commit is contained in:
Gregory Schier
2025-10-28 07:04:16 -07:00
parent f3814b7d2b
commit 632344d166

View File

@@ -15,7 +15,7 @@ const details: Record<
commercial_use: null,
invalid_license: { label: 'License Error', color: 'danger' },
personal_use: { label: 'Personal Use', color: 'notice' },
trialing: { label: 'Trialing', color: 'info' },
trialing: { label: 'Trialing', color: 'secondary' },
};
export function LicenseBadge() {