Skip to content

Commit

Permalink
Fix: Landing Page PrimeBlocks Section Button stack order
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Nov 28, 2022
1 parent 39f4a03 commit 1d2f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/landing/blocksection.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const BlockSection = () => {
<div className="section-header">PrimeBlocks</div>
<p className="section-detail">280+ ready to copy-paste UI blocks to build spectacular applications in no time.</p>
<div className="flex justify-content-center mt-4">
<a href="https://www.primefaces.org/primeblocks-react" className="font-semibold p-3 border-round flex align-items-center linkbox active">
<a href="https://www.primefaces.org/primeblocks-react" className="font-semibold p-3 border-round flex align-items-center linkbox active z-1">
<span>Learn More</span>
<i className="pi pi-arrow-right ml-2"></i>
</a>
Expand Down

0 comments on commit 1d2f6bd

Please sign in to comment.