Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
onursenture committed May 5, 2023
1 parent 894af71 commit 1d30a24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/showcase/pages/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
<section class="landing-themes py-8">
<div class="section-header">Themes</div>
<p class="section-detail">Crafted on a design-agnostic infrastructure, choose from a vast amount of themes such
as material, bootstrap, tailwind, primeone or develop your own.</p>
as Material, Bootstrap, Tailwind, PrimeOne or develop your own.</p>
<div class="flex flex-wrap justify-content-center">
<button type="button" class="font-medium linkbox mr-3 mt-4" [ngClass]="{ active: theme.startsWith('lara') }"
(click)="changeTableTheme(config.dark ? 'lara-dark-blue' : 'lara-light-blue')">PrimeOne</button>
Expand Down Expand Up @@ -955,7 +955,7 @@ <h5 class="m-0">Customers</h5>

<section class="landing-designer py-8">
<div class="section-header">Theme Designer</div>
<p class="section-detail">Designer is the ultimate tool to create your own primeng experience powered by a SASS
<p class="section-detail">Designer is the ultimate tool to create your own PrimeNG experience powered by a SASS
based theme engine with 500+ variables and a Visual Designer.</p>
<div class="designer-main mt-7 justify-content-center px-5 lg:px-8" [style]="{ 'background-size': 'cover' }"
[ngStyle]="{ 'background-image': config.dark ? 'url(https://primefaces.org/cdn/primeng/images/landing/wave-dark-alt.svg)' : 'url(https://primefaces.org/cdn/primeng/images/landing/wave-light-alt.svg)' }">
Expand Down Expand Up @@ -1206,7 +1206,7 @@ <h5 class="m-0">Customers</h5>

<section class="landing-features py-8">
<div class="section-header">Features</div>
<p class="section-detail">primeng is the most complete solution for your UI requirements.</p>
<p class="section-detail">PrimeNG is the most complete solution for your UI requirements.</p>
<div class="mt-7 px-3 lg:px-8" [style]="{ 'background-size': 'cover' }"
[ngStyle]="{ 'background-image': config.dark ? 'url(https://primefaces.org/cdn/primeng/images/landing/wave-dark-alt.svg)' : 'url(https://primefaces.org/cdn/primeng/images/landing/wave-light-alt.svg)' }">
<div class="features-container">
Expand Down Expand Up @@ -1265,7 +1265,7 @@ <h5 class="m-0">Customers</h5>
<img src="https://primefaces.org/cdn/primeng/images/landing/features/icon-theme.svg" width="30" height="25" alt="components icon" class="block mb-3"/>
<div class="font-semibold mb-3 text-lg">Themes</div>
<p class="m-0 text-secondary font-medium">Built on a design-agnostic api, choose from a vast
amount of themes such as material, bootstrap, custom or develop your own.</p>
amount of themes such as Material, Bootstrap, custom or develop your own.</p>
</div>
</div>
<div class="col-12 md:col-6 xl:col-3 flex justify-content-center">
Expand Down

0 comments on commit 1d30a24

Please sign in to comment.