Skip to content

Commit

Permalink
chore: ensure docs site sets correct default version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 13, 2023
1 parent 6660ef2 commit 24c0f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/ReleaseSwitcher/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ReleaseSwitcher = () => {
: [
{
label: isLatest ? `v${version} (latest)` : `v${version}`,
value: "",
value: isLatest ? "" : version,
},
]),
]);
Expand Down

0 comments on commit 24c0f99

Please sign in to comment.