Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format #5262

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Format #5262

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading