From 4408737f3a5785e7c8a5491b5c9b60d6041eb3dc Mon Sep 17 00:00:00 2001 From: Tamara Date: Mon, 3 Jun 2024 01:12:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=81?= =?UTF-8?q?=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=88=D0=B8?= =?UTF-8?q?=D0=BB=D1=8C=D0=B4=D0=B8=D0=BA=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ViewPublicationPage/ContactForm/ContactForm.tsx | 2 +- lib/components/ViewPublicationPage/Question.tsx | 4 ++-- lib/components/ViewPublicationPage/ResultForm.tsx | 2 +- .../ViewPublicationPage/StartPageViewPublication/index.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx b/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx index 6b449ba..f55100c 100644 --- a/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx +++ b/lib/components/ViewPublicationPage/ContactForm/ContactForm.tsx @@ -310,7 +310,7 @@ export const ContactForm = ({ currentQuestion, onShowResult }: Props) => { target={"_blank"} href={`https://${ window.location.hostname.includes("s") ? "s" : "" - }quiz.pena.digital/squiz/quiz/logo?q=${quizId}`} + }quiz.pena.digital/answer/v1.0.0/logo?q=${quizId}`} sx={{ display: "flex", alignItems: "center", diff --git a/lib/components/ViewPublicationPage/Question.tsx b/lib/components/ViewPublicationPage/Question.tsx index b9a1747..f63f1b3 100644 --- a/lib/components/ViewPublicationPage/Question.tsx +++ b/lib/components/ViewPublicationPage/Question.tsx @@ -40,7 +40,7 @@ export const Question = ({ questionSelect, }: Props) => { const theme = useTheme(); - const { settings, show_badge } = useQuizSettings(); + const { settings, show_badge, quizId } = useQuizSettings(); return ( { target={"_blank"} href={`https://${ window.location.hostname.includes("s") ? "s" : "" - }quiz.pena.digital/squiz/quiz/logo?q=${quizId}`} + }quiz.pena.digital/answer/v1.0.0/logo?q=${quizId}`} sx={{ display: "flex", alignItems: "center", diff --git a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx index 4da1c6d..57c7100 100644 --- a/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx +++ b/lib/components/ViewPublicationPage/StartPageViewPublication/index.tsx @@ -136,7 +136,7 @@ export const StartPageViewPublication = () => {