Skip to content

Commit

Permalink
add version tag to loading page
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjar committed Aug 28, 2023
1 parent df950a1 commit 3dece4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default function Options() {
if (isGm && !ready) {
return (
<center>
<p>{`KISS Translator v${process.env.REACT_APP_VERSION}`}</p>
<CircularProgress />
</center>
);
Expand Down

0 comments on commit 3dece4f

Please sign in to comment.