This commit is contained in:
Nastya 2024-03-20 05:09:44 +03:00
parent 04a1c3849d
commit 0ffec3083c
2 changed files with 4 additions and 0 deletions

@ -72,6 +72,7 @@ export const ResultForm = ({resultQuestion}: ResultFormProps) => {
mb: "7px",
}}
>
{settings.cfg.startpage.logo &&
<img
src={settings.cfg.startpage.logo}
style={{
@ -81,6 +82,7 @@ export const ResultForm = ({resultQuestion}: ResultFormProps) => {
}}
alt=""
/>
}
<Typography
sx={{
fontSize: "14px",

@ -120,6 +120,7 @@ export const StartPageViewPublication = () => {
mb: "7px",
}}
>
{settings.cfg.startpage.logo &&
<img
src={settings.cfg.startpage.logo}
style={{
@ -129,6 +130,7 @@ export const StartPageViewPublication = () => {
}}
alt=""
/>
}
<Typography
sx={{
fontSize: "14px",