Skip to content

Commit

Permalink
move version info
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrm committed Oct 12, 2023
1 parent 48bd7d3 commit 308425d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/HelpMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@ const HelpMenu = (): JSX.Element => {
</a>
),
},
{
key: "version",
label: (
<a
onClick={() => {
setModalVisible(!modalVisible);
}}
>
Version inf
</a>
),
},
],
},
{
key: "version",
label: (
<a
onClick={() => {
setModalVisible(!modalVisible);
}}
>
Version info
</a>
),
},
];

return (
Expand Down

0 comments on commit 308425d

Please sign in to comment.