Update license message

This commit is contained in:
Gregory Schier
2025-01-04 07:32:42 -08:00
parent 53f5ef3515
commit 68e1b5d746

View File

@@ -32,19 +32,17 @@ export function SettingsLicense() {
<strong>Your trial ends in {formatDistanceToNow(check.data.end)}.</strong> <strong>Your trial ends in {formatDistanceToNow(check.data.end)}.</strong>
</p> </p>
)} )}
<p> <p className="select-text">
A commercial license is required if using Yaak within a for-profit organization of two A commercial license is required if using Yaak within a for-profit organization.{' '}
or more people.{' '}
<Link href="https://yaak.app/pricing" className="text-notice"> <Link href="https://yaak.app/pricing" className="text-notice">
Learn More Learn More
</Link> </Link>
</p> </p>
<p> <p className="select-text">
This helps support the ongoing development of Yaak and ensures continued growth and This supports future development and ensures continued growth and improvement.
improvement.{' '} Personal use and running the open-source code directly require no license.
</p> </p>
<p>If you&#39;re using Yaak for personal use, no action is needed.</p> <p>~ Gregory</p>
<p className="my-3">~ Gregory</p>
</Banner> </Banner>
)} )}