Skip to content

Commit

Permalink
feat(ver): fix release dropdown (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul authored Dec 17, 2024
1 parent bc4f3ee commit efd6d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const HeaderTools = ({
onClick={() => setDropdownOpen(!isDropdownOpen)}
isExpanded={isDropdownOpen}
>
{getDropdownItem(latestVersion, true)}
{`Release ${latestVersion.name}`}
</MenuToggle>
)}
popperProps={{ position: 'right' }}
Expand Down

0 comments on commit efd6d87

Please sign in to comment.