add links to license

This commit is contained in:
miloschwartz
2025-10-14 14:31:22 -07:00
parent 8377434c08
commit 0f74107e86
3 changed files with 22 additions and 6 deletions

View File

@@ -767,7 +767,21 @@ export default function GenerateLicenseKeyForm({
<AlertDescription>
{t(
"generateLicenseKeyForm.alerts.commercialUseDisclosure.description"
)}
).split("Fossorial Commercial License Terms").map((part, index) => (
<span key={index}>
{part}
{index === 0 && (
<a
href="https://digpangolin.com/fcl.html"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
Fossorial Commercial License Terms
</a>
)}
</span>
))}
</AlertDescription>
</Alert>
@@ -1229,7 +1243,7 @@ export default function GenerateLicenseKeyForm({
<div>
I confirm that I am in compliance with the{" "}
<a
href="https://digpangolin.com/fossorial-commercial-license.html"
href="https://digpangolin.com/fcl.html"
target="_blank"
rel="noopener noreferrer"
className="text-primary hover:underline"

View File

@@ -182,7 +182,9 @@ export function LayoutSidebar({
>
{build === "oss"
? t("communityEdition")
: t("enterpriseEdition")}
: build === "enterprise"
? t("enterpriseEdition")
: "Pangolin Cloud"}
<FaGithub size={12} />
</Link>
</div>