fix--
This commit is contained in:
parent
04a1c3849d
commit
0ffec3083c
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user