fix: tweak logo option design

This commit is contained in:
afn
2023-03-07 02:46:34 -05:00
parent 575ea74ab5
commit 9a0ca6ebaa
6 changed files with 62 additions and 36 deletions

View File

@@ -111,7 +111,7 @@
});
function previousPage() {
if (currentPage <= 0 && !allowReviewSelections) {
if (currentPage <= 0) {
if (allowReviewSelections) {
// If the current page is 0 and the user has reached the final page beforehand, go to the final page
currentPage = logoPages - 1;