Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 16, 2023
2 parents 23d8ee1 + 46491ef commit c83861c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/codeeditor/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ export class AppModule {}`;
content: {
name: `primeng-${selector}`,
description: `PrimeNG ${componentName}`,
licence: 'MIT',
license: 'MIT',
keywords: [],
scripts: {
ng: 'ng',
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/pages/uikit/uikit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<div class="card mb-5" style="border-radius: 50px">
<div class="text-900 font-bold text-5xl mb-4 text-center">Pricing</div>
<div class="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" class="mb-6 text-primary-500 no-underline hover:underline text-center block">View Licence Details</a>
<a href="https://www.primefaces.org/uikit/licenses" class="mb-6 text-primary-500 no-underline hover:underline text-center block">View License Details</a>

<div class="grid">
<div class="col-12 lg:col-4">
Expand Down

1 comment on commit c83861c

@vercel
Copy link

@vercel vercel bot commented on c83861c Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.