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

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