From 6f1d62cc7cc2fbacc6ac1d24c02044681d2fa441 Mon Sep 17 00:00:00 2001 From: mazuh Date: Sun, 29 Oct 2023 16:10:58 -0300 Subject: [PATCH] show version on beginning --- src/features/auth/AuthMain.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/features/auth/AuthMain.tsx b/src/features/auth/AuthMain.tsx index 74ab92a..65c340f 100644 --- a/src/features/auth/AuthMain.tsx +++ b/src/features/auth/AuthMain.tsx @@ -2,6 +2,7 @@ import Box from "@mui/material/Box"; import Button from "@mui/material/Button"; import Typography from "@mui/material/Typography"; import GoogleIcon from "@mui/icons-material/Google"; +import pkg from "../../../package.json"; import HomeTemplate from "../../components/templates/HomeTemplate"; import { useAppDispatch, useAppSelector } from "../../state"; import { login, selectIsUserPendingAuthentication } from "../../state/user"; @@ -24,7 +25,7 @@ export default function AuthMain() { Video conference app. - A proof of concept. + A proof of concept. (v{pkg.version})