-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update link font weight, update dropdown of hero
- Loading branch information
1 parent
4613f1f
commit 797649e
Showing
9 changed files
with
17 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ const UIKitPage = (props) => { | |
<div className="card mb-5" style={{ borderRadius: '50px' }}> | ||
<div className="text-900 font-bold text-5xl mb-3 text-center">Pricing</div> | ||
<div className="mb-2 text-center line-height-3 text-lg">Choose the right plan for your business. Whether you are an individual or a member of a team, UI Kit is available for affordable prices.</div> | ||
<a href="https://www.primefaces.org/uikit/licenses" className="mb-6 text-primary hover:underline font-semibold text-center block text-lg"> | ||
<a href="https://www.primefaces.org/uikit/licenses" className="mb-6 text-primary hover:underline font-medium text-center block text-lg"> | ||
View License Details | ||
</a> | ||
|
||
|
@@ -313,7 +313,7 @@ const UIKitPage = (props) => { | |
<div className="text-xl text-900 line-height-3 mb-2 text-900">We're a reseller, are we able to purchase a license on behalf of our client?</div> | ||
<p className="mt-0 mb-6 p-0 line-height-3 text-lg"> | ||
Yes, after the purchase, please{' '} | ||
<a href="mailto:[email protected]" className="text-primary hover:underline font-semibold"> | ||
<a href="mailto:[email protected]" className="text-primary hover:underline font-medium"> | ||
contact us | ||
</a>{' '} | ||
so we can transfer the license to your client. | ||
|
@@ -332,7 +332,7 @@ const UIKitPage = (props) => { | |
<div className="text-xl text-900 line-height-3 mb-2 text-900">How can I get support?</div> | ||
<p className="mt-0 mb-6 p-0 line-height-3 text-lg"> | ||
Support is provided by PrimeTek via | ||
<a href="https://github.com/orgs/primefaces/discussions/categories/figma-ui-kit" className="text-primary hover:underline font-semibold"> | ||
<a href="https://github.com/orgs/primefaces/discussions/categories/figma-ui-kit" className="text-primary hover:underline font-medium"> | ||
a dedicated forum channel monitored | ||
</a>{' '} | ||
by PrimeTek support staff. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters