diff --git a/src/config/app.ts b/src/config/app.ts index ddb9084..a16461c 100644 --- a/src/config/app.ts +++ b/src/config/app.ts @@ -1,6 +1,6 @@ export const AUTHOR = { FULL_NAME: 'Dawid Wysokiński', - EMAIL: 'dawidwysokinski000@gmail.com', + EMAIL: 'contact@dwysokinski.me', CONTACT: 'https://dwysokinski.me/#contact', }; diff --git a/src/features/QualificationPage/features/TestPage/components/Test/Question.tsx b/src/features/QualificationPage/features/TestPage/components/Test/Question.tsx index 7849cd0..d3e7d55 100644 --- a/src/features/QualificationPage/features/TestPage/components/Test/Question.tsx +++ b/src/features/QualificationPage/features/TestPage/components/Test/Question.tsx @@ -23,6 +23,7 @@ const Question = ({ reviewMode, }: QuestionProps) => { const classes = useStyles(); + const updatedAt = new Date(question.updatedAt).getTime(); return (
{question.from && ( @@ -42,7 +43,7 @@ const Question = ({ {question.content} @@ -98,7 +99,7 @@ const Question = ({ {answerContent