add version tag to loading page
This commit is contained in:
@@ -62,6 +62,7 @@ export default function Options() {
|
|||||||
if (isGm && !ready) {
|
if (isGm && !ready) {
|
||||||
return (
|
return (
|
||||||
<center>
|
<center>
|
||||||
|
<p>{`KISS Translator v${process.env.REACT_APP_VERSION}`}</p>
|
||||||
<CircularProgress />
|
<CircularProgress />
|
||||||
</center>
|
</center>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user