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 12, 2023
2 parents 48cc9d8 + 3ca27aa commit 23d8ee1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/showcase/pages/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ <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://forum.primefaces.org/viewforum.php?f=57"
<a href="https://github.com/orgs/primefaces/discussions"
class="text-secondary font-medium hover:text-primary transition-colors transition-duration-150">Forum</a>
</li>
<li class="mb-4">
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/pages/support/support.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<i class="pi pi-github absolute text-200" style="bottom: -50px; right: -50px; font-size: 200px; transform: rotateX(45deg) rotateY(0deg) rotateZ(-45deg)"></i>
<div class="text-2xl text-900 font-semibold mb-3 relative">Community Support</div>
<p class="m-0 line-height-3 relative text-lg text-800">
<a href="https://forum.primefaces.org/viewforum.php?f=57" class="text-primary hover:underline font-semibold">
<a href="https://github.com/orgs/primefaces/discussions" class="text-primary hover:underline font-semibold">
Forum
</a>
and
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 @@ -300,7 +300,7 @@
<div class="col-12 lg:col-4 px-2 lg:px-5">
<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">How can I get support?</div>
<p class="mt-0 mb-6 p-0 line-height-3 text-lg text-800">
Support is provided by PrimeTek via <a href="https://forum.primefaces.org/viewforum.php?f=159" class="text-primary-500 no-underline hover:underline">a dedicated forum channel monitored</a> by PrimeTek support staff.
Support is provided by PrimeTek via <a href="https://github.com/orgs/primefaces/discussions/categories/figma-ui-kit" class="text-primary-500 no-underline hover:underline">a dedicated forum channel monitored</a> by PrimeTek support staff.
</p>

<div class="text-xl text-900 line-height-3 mb-2 font-medium text-900">What does lifetime support mean?</div>
Expand Down
2 changes: 1 addition & 1 deletion src/assets/showcase/data/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
},
{
"name": "Forum",
"href": "https://forum.primefaces.org/viewforum.php?f=35"
"href": "https://github.com/orgs/primefaces/discussions"
},
{
"name": "Long Term Support",
Expand Down

1 comment on commit 23d8ee1

@vercel
Copy link

@vercel vercel bot commented on 23d8ee1 Sep 12, 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.