Merge branch 'dev' into 'staging'

fix--

See merge request frontend/squzanswerer!96
This commit is contained in:
Nastya 2024-03-20 02:10:21 +00:00
commit 7f18c99fbe
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",