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

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