Skip to content

Commit

Permalink
Fixed github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 5, 2023
1 parent 79ba05e commit 894af71
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/pages/lts/lts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="flex flex-column xl:flex-row mb-5 gap-5">
<div class="card xl:w-3 m-0 relative overflow-hidden">
<i class="pi pi-github absolute text-200" style="bottom: '-50px'; right: '-50px'; font-size: '200px'; transform: 'rotateX(45deg) rotateY(0deg) rotateZ(-45deg)'"></i>
<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 Versions</div>
<p class="m-0 line-height-3 relative text-lg text-800">
Angular is a fast paced technology with a new major version every 6 months. PrimeNG release cycle is aligned with Angular and every 6 months a new major PrimeNG version is released as open source that is compatible with the latest Angular core.
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 @@ -3,7 +3,7 @@

<div class="flex flex-column xl:flex-row mb-5 gap-5">
<div class="card xl:w-3 m-0 relative overflow-hidden">
<i class="pi pi-github absolute text-200" style="bottom: '-50px'; right: '-50px'; font-size: '200px'; transform: 'rotateX(45deg) rotateY(0deg) rotateZ(-45deg)'"></i>
<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">
Expand Down

0 comments on commit 894af71

Please sign in to comment.