Skip to content

Commit

Permalink
Format (#5262)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 8, 2023
1 parent 23dc24d commit 521adf2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pages/landing/headersection.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,7 @@ const HeaderSection = (props) => {
</li>
)}
<li className="relative">
<button
type="button"
style={{ maxWidth: '8rem' }}
className="px-link flex align-items-center surface-card h-2rem px-2 border-1 border-solid surface-border transition-all transition-duration-300 hover:border-primary"
>
<button type="button" style={{ maxWidth: '8rem' }} className="px-link flex align-items-center surface-card h-2rem px-2 border-1 border-solid surface-border transition-all transition-duration-300 hover:border-primary">
<span className="text-900 block white-space-nowrap overflow-hidden"> {versions[0].version}</span>
<span className="ml-2 pi pi-angle-down text-600"></span>
</button>
Expand Down

0 comments on commit 521adf2

Please sign in to comment.