mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
add links to license
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -182,7 +182,9 @@ export function LayoutSidebar({
|
||||
>
|
||||
{build === "oss"
|
||||
? t("communityEdition")
|
||||
: t("enterpriseEdition")}
|
||||
: build === "enterprise"
|
||||
? t("enterpriseEdition")
|
||||
: "Pangolin Cloud"}
|
||||
<FaGithub size={12} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user