Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Update the footer version button
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Jan 15, 2023
1 parent 6b4e371 commit 84d8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Footer = ({ language }: FooterProps): JSX.Element => {
/>
<FooterButton
icon={<InfoIcon />}
text={`${languages['Version'][language]} 1.2.1`}
text={`${languages['Version'][language]} 1.2.2`}
url={urlChangelog}
/>
</Grid>
Expand Down

0 comments on commit 84d8592

Please sign in to comment.