add version tag to loading page

This commit is contained in:
Gabe Yuan
2023-08-29 01:35:09 +08:00
parent df950a1bd2
commit 3dece4fcdb

View File

@@ -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>
);