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