This commit is contained in:
miloschwartz
2025-05-03 12:21:43 -04:00
parent 5a4a6655a5
commit 5e052a446a
10 changed files with 40 additions and 54 deletions

View File

@@ -452,6 +452,12 @@ export default function LicensePage() {
in system
</div>
</div>
{!licenseStatus?.isHostLicensed && (
<p className="text-sm text-muted-foreground">
There is no limit on the number of sites
using an unlicensed host.
</p>
)}
{licenseStatus?.maxSites && (
<div className="space-y-2">
<div className="flex justify-between text-sm">