-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
733b9cc
commit c79ca2a
Showing
3 changed files
with
20 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1303,7 +1303,7 @@ <h5 class="m-0">Customers</h5> | |
</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://github.com/primefaces/primeng-examples" | ||
<a href="https://github.com/primefaces/primeng-examples" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Examples</a> | ||
</li> | ||
</ul> | ||
|
@@ -1312,11 +1312,11 @@ <h5 class="m-0">Customers</h5> | |
<ul class="list-none p-0 m-0"> | ||
<li class="font-bold mb-5">Support</li> | ||
<li class="mb-4"> | ||
<a href="https://github.com/orgs/primefaces/discussions" | ||
<a href="https://github.com/orgs/primefaces/discussions" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Forum</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://discord.gg/gzKFYnpmCY" | ||
<a href="https://discord.gg/gzKFYnpmCY" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Discord</a> | ||
</li> | ||
<li class="mb-4"> | ||
|
@@ -1332,32 +1332,32 @@ <h5 class="m-0">Customers</h5> | |
<ul class="list-none p-0 m-0"> | ||
<li class="font-bold mt-5 lg:mt-0 mb-5">Resources</li> | ||
<li class="mb-4"> | ||
<a href="https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw" | ||
<a href="https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">PrimeTV</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://www.primefaces.org/store/" | ||
<a href="https://www.primefaces.org/store/" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Store</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://github.com/primefaces/primeng" | ||
<a href="https://github.com/primefaces/primeng" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Source | ||
Code</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://twitter.com/prime_ng" | ||
<a href="https://twitter.com/prime_ng" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Twitter</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://www.primefaces.org/newsletter" | ||
<a href="https://www.primefaces.org/newsletter" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Newsletter</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://gear.primefaces.org/" | ||
<a href="https://gear.primefaces.org/" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">PrimeGear</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="mailto:[email protected]" | ||
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Contact | ||
Us</a> | ||
</li> | ||
|
@@ -1373,7 +1373,7 @@ <h5 class="m-0">Customers</h5> | |
</a> | ||
</li> | ||
<li class="mb-4"> | ||
<a href="https://www.primefaces.org/designer/primeng" | ||
<a href="https://www.primefaces.org/designer/primeng" target="_blank" rel="noopener noreferrer" | ||
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Designer</a> | ||
</li> | ||
<li class="mb-4"> | ||
|
@@ -1393,15 +1393,15 @@ <h5 class="m-0">Customers</h5> | |
<img src="https://primefaces.org/cdn/primeng/images/primeng-logo-{{config.dark ? 'light' : 'dark'}}.svg" width="129" height="35" alt="primeng logo" priority/> | ||
</a> | ||
<div class="flex align-items-center"> | ||
<a href="https://twitter.com/prime_ng" target="_blank" | ||
<a href="https://twitter.com/prime_ng" target="_blank" rel="noopener noreferrer" | ||
class="linkbox block w-3rem h-3rem flex align-items-center justify-content-center mr-3"> | ||
<i class="pi pi-twitter"></i> | ||
</a> | ||
<a href="https://github.com/primefaces/primeng" target="_blank" | ||
<a href="https://github.com/primefaces/primeng" target="_blank" rel="noopener noreferrer" | ||
class="linkbox block w-3rem h-3rem flex align-items-center justify-content-center mr-3"> | ||
<i class="pi pi-github"></i> | ||
</a> | ||
<a href="https://discord.gg/gzKFYnpmCY" target="_blank" | ||
<a href="https://discord.gg/gzKFYnpmCY" target="_blank" rel="noopener noreferrer" | ||
class="linkbox block w-3rem h-3rem flex align-items-center justify-content-center"> | ||
<i class="pi pi-discord"></i> | ||
</a> | ||
|
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
c79ca2a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
primeng-ssr-test – ./
primeng-ssr-test.vercel.app
primeng-ssr-test-primeng-test.vercel.app
primeng-ssr-test-git-master-primeng-test.vercel.app