fixed wording
This commit is contained in:
@@ -341,7 +341,7 @@
|
||||
<span class="tw-text-5xl tw-font-semibold">$0</span>
|
||||
</h3>
|
||||
<p class="tw-mt-3 tw-text-base tw-text-center tw-text-gray-800">
|
||||
Free to use forever, but for added features and to support open-source development, consider buying a lifetime license.
|
||||
Free to use forever, but for added features and to support development, consider buying a lifetime license.
|
||||
</p>
|
||||
<hr />
|
||||
<ul class="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl tw-text-gray-600">
|
||||
@@ -422,7 +422,7 @@
|
||||
<span class="tw-text-2xl tw-text-gray-600">Forever</span>
|
||||
</h3>
|
||||
<p class="tw-mt-3 tw-text-center tw-text-gray-600">
|
||||
Support open-source development 🚀. Plus, get added benefits.
|
||||
Best for hobby users and people who want to learn basic UI development without PySide
|
||||
</p>
|
||||
<hr />
|
||||
<ul class="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl tw-text-gray-600">
|
||||
@@ -504,7 +504,7 @@
|
||||
<span class="tw-text-2xl tw-text-gray-600">Forever</span>
|
||||
</h3>
|
||||
<p class="tw-mt-3 tw-text-center tw-text-gray-600">
|
||||
Support open-source development 🚀. Plus, get added benefits.
|
||||
Best for startups and teams and people who want to use internally or serves a commercial purpose and want support for PySide
|
||||
</p>
|
||||
<hr />
|
||||
<ul class="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl tw-text-gray-600">
|
||||
@@ -613,7 +613,7 @@
|
||||
</div>
|
||||
<div class="content">
|
||||
Yes, PyUIBuilder is free to use forever, however to support
|
||||
open-source development, some features are only available to premium users.
|
||||
development, some features are only available to premium users.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ function Premium({ children, className = "" }) {
|
||||
<span className="tw-text-5xl tw-font-semibold">$0</span>
|
||||
</h3>
|
||||
<p className="tw-mt-3 tw-text-base tw-text-center tw-text-gray-600">
|
||||
Free to use forever, but for added features and to support open-source development, consider buying a lifetime license.
|
||||
Free to use forever, but for added features and to support development, consider buying a lifetime license.
|
||||
</p>
|
||||
<hr />
|
||||
<ul className="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl tw-text-gray-600">
|
||||
@@ -142,7 +142,7 @@ function Premium({ children, className = "" }) {
|
||||
<span className="tw-text-2xl tw-text-gray-600">Forever</span>
|
||||
</h3>
|
||||
<p className="tw-mt-3 tw-text-center tw-text-gray-600">
|
||||
Support open-source development 🚀. Plus, get added benefits.
|
||||
Best for hobby users and people who want to learn basic UI development without PySide.
|
||||
</p>
|
||||
<hr />
|
||||
<ul className="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl tw-text-black">
|
||||
@@ -231,7 +231,7 @@ function Premium({ children, className = "" }) {
|
||||
<span className="tw-text-2xl tw-text-gray-600">Forever</span>
|
||||
</h3>
|
||||
<p className="tw-mt-3 tw-text-center tw-text-gray-600">
|
||||
Support open-source development 🚀. Plus, get added benefits.
|
||||
Best for startups and teams and people who want to use internally or serves a commercial purpose and want support for PySide
|
||||
</p>
|
||||
<hr />
|
||||
<ul className="tw-mt-4 tw-flex tw-flex-col tw-gap-3 tw-text-xl">
|
||||
|
||||
Reference in New Issue
Block a user