Skip to content

Commit

Permalink
fix mj v6.0 naming
Browse files Browse the repository at this point in the history
  • Loading branch information
flosrn committed Jan 24, 2024
1 parent 427b047 commit 7760f2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const VersionSelector = () => {
</SelectTrigger>
<SelectContent>
<SelectGroup>
<SelectItem value="--v 6.0">Version 6</SelectItem>
<SelectItem value="--v 6.0">Version 6.0</SelectItem>
<SelectItem value="--v 5.2">Version 5.2</SelectItem>
<SelectItem value="--v 5.1">Version 5.1</SelectItem>
<SelectItem value="--v 5">Version 5</SelectItem>
Expand Down

1 comment on commit 7760f2d

@vercel
Copy link

@vercel vercel bot commented on 7760f2d Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.