mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-29 13:51:03 +00:00
fix: tweak logo option design
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user