Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo on the sidebar menu and the UI Kit page. #3356

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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