Merge branch 'afterpay-checking' of penahub.gitlab.yandexcloud.net:frontend/squiz into afterpay-checking
This commit is contained in:
commit
8c76b4b801
@ -528,7 +528,7 @@ export default function StartPageSettings() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
isActive={quiz.config.startpage.position === "left"}
|
isActive={quiz.config.startpage.position === "left"}
|
||||||
Icon={AlignLeftIcon}
|
Icon={AlignRightIcon}
|
||||||
/>
|
/>
|
||||||
<SelectableIconButton
|
<SelectableIconButton
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
@ -549,7 +549,7 @@ export default function StartPageSettings() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
isActive={quiz.config.startpage.position === "right"}
|
isActive={quiz.config.startpage.position === "right"}
|
||||||
Icon={AlignRightIcon}
|
Icon={AlignLeftIcon}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user