mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-10 20:56:39 +00:00
Fix some cosmetics
This commit is contained in:
@@ -1067,6 +1067,17 @@ export default function BillingPage() {
|
|||||||
"Domains"}
|
"Domains"}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
<Check className="h-4 w-4 text-green-600" />
|
||||||
|
<span>
|
||||||
|
{
|
||||||
|
tierLimits[pendingTier.tier]
|
||||||
|
.organizations
|
||||||
|
}{" "}
|
||||||
|
{t("billingOrganizations") ||
|
||||||
|
"Organizations"}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Check className="h-4 w-4 text-green-600" />
|
<Check className="h-4 w-4 text-green-600" />
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user