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"}
|
||||
Icon={AlignLeftIcon}
|
||||
Icon={AlignRightIcon}
|
||||
/>
|
||||
<SelectableIconButton
|
||||
onClick={() =>
|
||||
@ -549,7 +549,7 @@ export default function StartPageSettings() {
|
||||
})
|
||||
}
|
||||
isActive={quiz.config.startpage.position === "right"}
|
||||
Icon={AlignRightIcon}
|
||||
Icon={AlignLeftIcon}
|
||||
/>
|
||||
</Box>
|
||||
</>
|
||||
|
Loading…
Reference in New Issue
Block a user