-
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.
Merge branch 'master' of https://github.com/primefaces/primereact
- Loading branch information
Showing
3 changed files
with
34 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ export class HomeComponent extends Component { | |
<h1>The Most Complete UI Framework</h1> | ||
<h2>for REACT</h2> | ||
|
||
<Link to="/setup" className="home-button">Get Started</Link> | ||
<Link to="/setup" className="link-button">Get Started</Link> | ||
</div> | ||
<div className="features"> | ||
<h3>Why PrimeReact?</h3> | ||
|
@@ -184,7 +184,7 @@ export class HomeComponent extends Component { | |
<h3>PrimeReact PRO Support</h3> | ||
<p>With PrimeReact PRO, it is easy to support, tune and add features to PrimeReact as if it were an in-house framework.</p> | ||
<p>PrimeReact PRO is a term based commercial support service. With the exclusive services of Pro account, you no longer need to post your questions in the community forum and your issues to community issue tracker.</p> | ||
<a className="home-button2" href="mailto:[email protected]"> | ||
<a className="link-button2" href="mailto:[email protected]"> | ||
Get a Quote | ||
</a> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ export class SupportPage extends Component { | |
<div className="p-col-12 p-md-6"> | ||
<h3>PrimeReact PRO Support</h3> | ||
<p>With PrimeReact PRO, it's easy to support, tune and add features to PrimeReact as if it were an in-house framework.</p> | ||
<a className="home-button2" href="mailto:[email protected]">GET A QUOTE</a> | ||
<a className="link-button2" href="mailto:[email protected]">GET A QUOTE</a> | ||
</div> | ||
<div className="p-col-12 p-md-6"> | ||
<img alt="PRO" src="showcase/resources/images/home/icon-pro-white.svg"></img> | ||
|