From 6c4e8616151ab0f6802b4187b49b9b77cdae2693 Mon Sep 17 00:00:00 2001 From: Tamara Date: Sun, 11 Feb 2024 22:48:59 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D1=83=D1=8E=20=D0=BA?= =?UTF-8?q?=D0=B2=D0=B8=D0=B7=D0=BE=D0=B2=20=D0=B2=20=D1=88=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=B4=D0=B8=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 4 ++-- src/pages/ViewPublicationPage/ContactForm.tsx | 4 ++++ src/pages/ViewPublicationPage/Question.tsx | 11 ++++++++--- src/pages/ViewPublicationPage/ResultForm.tsx | 6 +++++- .../ViewPublicationPage/StartPageViewPublication.tsx | 6 +++++- 5 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 26d0780..589004c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,8 +5,8 @@ import QuizAnswerer from "./QuizAnswerer"; import { QuizIdContext } from "./contexts/QuizIdContext"; import { RootContainerWidthContext } from "./contexts/RootContainerWidthContext"; -// const defaultQuizId = "45ef7f9c-784d-4e58-badb-f6b337f08ba0"; // branching -const defaultQuizId = "9ed8d0e9-d355-4fc1-8b89-4f962e3efc52"; //looooong header + const defaultQuizId = "48471ba0-a639-4be2-91e3-50149c4b73af"; // branching +//const defaultQuizId = "9ed8d0e9-d355-4fc1-8b89-4f962e3efc52"; //looooong header // const defaultQuizId = "a9d31460-132a-4479-a3f0-90241498b6f9"; // linear export default function App() { diff --git a/src/pages/ViewPublicationPage/ContactForm.tsx b/src/pages/ViewPublicationPage/ContactForm.tsx index 8bd4c03..27eef02 100644 --- a/src/pages/ViewPublicationPage/ContactForm.tsx +++ b/src/pages/ViewPublicationPage/ContactForm.tsx @@ -276,11 +276,15 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => { {quizThemes[settings.cfg.theme].isLight ? ( - + + + ) : ( - + + + + )}