From 8c2f0793c8361a7f1dc54e5dc3f40e6c40cd3748 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 4 Apr 2021 10:40:29 +0200 Subject: [PATCH] update author's email --- src/config/app.ts | 2 +- .../features/TestPage/components/Test/Question.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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