Skip to content

Commit

Permalink
Merge pull request #3356 from primefaces/primeicons-v6
Browse files Browse the repository at this point in the history
Fix typo on the figma page.
Add a new badge to the Figma menu.
Change Primeicons version: v6.0 to v6.
  • Loading branch information
ulasturann authored Sep 22, 2022
2 parents beea4c4 + 6708bf0 commit 91bc722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/layout/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
{
"name": "Figma",
"to": "/uikit",
"meta": ["figma"]
"meta": ["figma"],
"badge": "new"
}
]
},
Expand Down Expand Up @@ -164,7 +165,7 @@
"meta": ["primeicons"],
"children": [
{
"name": "Icons v6.0",
"name": "Icons v6",
"to": "/icons",
"meta": ["icons"],
"badge": "new"
Expand Down
2 changes: 1 addition & 1 deletion pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const UIKitPage = (props) => {
<div className="text-900 font-bold text-5xl mb-4 text-center">Pricing</div>
<div class="mb-2 text-center line-height-3">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" class="mb-6 text-primary-500 no-underline hover:underline text-center block">
View Licence Details
View License Details
</a>

<div className="grid">
Expand Down

0 comments on commit 91bc722

Please sign in to comment.