{"version":3,"sources":["components/Version.tsx"],"names":["Version","props","t","useTranslation","className","process","REACT_APP_GIT_HASH"],"mappings":"mGAAA,wEAKe,SAASA,EAAQC,GAC5B,IAAQC,EAAMC,cAAND,EAER,OACI,sBAAKE,UAAU,iBAAf,UACI,4BAAIF,EAAE,eACN,8BACKA,EAAE,0BADP,IACmCG,4BAElCA,iLAAYC,oBACT,8BACKJ,EAAE,kBADP,IAC2BG,iLAAYC","file":"static/js/10.3b946013.chunk.js","sourcesContent":["import React from \"react\";\r\nimport { useTranslation } from \"react-i18next\";\r\n\r\nexport interface VersionProps {}\r\n\r\nexport default function Version(props: VersionProps) {\r\n    const { t } = useTranslation();\r\n\r\n    return (\r\n        <div className=\"container mt-5\">\r\n            <p>{t(\"VersionIs\")}</p>\r\n            <p>\r\n                {t(\"VersionCompilationDate\")} {process.env.REACT_APP_BUILD_TIME}\r\n            </p>\r\n            {process.env.REACT_APP_GIT_HASH && (\r\n                <p>\r\n                    {t(\"VersionGitHash\")} {process.env.REACT_APP_GIT_HASH}\r\n                </p>\r\n            )}\r\n        </div>\r\n    );\r\n}\r\n"],"sourceRoot":""}