diff --git a/src/views/Selection/TranBox.js b/src/views/Selection/TranBox.js index b6e34f6..cf1e9e7 100644 --- a/src/views/Selection/TranBox.js +++ b/src/views/Selection/TranBox.js @@ -17,6 +17,7 @@ import PushPinOutlinedIcon from "@mui/icons-material/PushPinOutlined"; import LockIcon from "@mui/icons-material/Lock"; import LockOpenIcon from "@mui/icons-material/LockOpen"; import CloseIcon from "@mui/icons-material/Close"; +import Typography from "@mui/material/Typography"; import { useI18n } from "../../hooks/I18n"; import { OPT_LANGS_FROM, OPT_LANGS_TO } from "../../config"; import { useState, useRef, useMemo } from "react"; @@ -48,7 +49,20 @@ function Header({ onTouchEnd={(e) => e.stopPropagation()} > - + + + + {`${process.env.REACT_APP_NAME} v${process.env.REACT_APP_VERSION}`} + + +