Skip to content

Commit

Permalink
[Docs] Really really small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marten-Mrfc committed Sep 16, 2024
1 parent 2ba5f0b commit 5fa9dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function DocSidebarNavbarItem({

// Adjust label based on the active version
const adjustedLabel =
label === 'Extensions' && activeVersion && activeVersion <= '0.5.0'
label === 'Extensions' && activeVersion && activeVersion <= '0.5.2'
? 'Adapters'
: label;

Expand Down

0 comments on commit 5fa9dfc

Please sign in to comment.