Skip to content

Commit

Permalink
feat: add package json number to app
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Mar 17, 2022
1 parent 2a4d613 commit 38dda5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/LeftNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const LeftNav = withTheme(({ children }) => {
<StyledAppVersion>
<Body size="X-Small" color="white">
{process?.env?.REACT_APP_VERSION &&
`version: ${process.env.REACT_APP_VERSION}`}
`v${process.env.REACT_APP_VERSION}`}
</Body>
</StyledAppVersion>
</Container>
Expand Down

0 comments on commit 38dda5f

Please sign in to comment.