Skip to content

Commit

Permalink
Fix settings 'About' button type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibautBremand committed Sep 24, 2023
1 parent 02eb8aa commit f250376
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Settings: FC = () => {
},
{
name: 'About',
type: 'link',
type: 'button',
onClick: () => navigate(ABOUT_PATH)
}
],
Expand Down

0 comments on commit f250376

Please sign in to comment.