web/settings: move accessibility settings to the accessibility page
also rearranged the nav bar a bit to make it look cleaner ... and also accommodated for the new location of accessibility settings (oops)
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
return window.open(donationMethods[processor](amount), "_blank");
|
||||
};
|
||||
|
||||
const scrollBehavior = $settings.appearance.reduceMotion
|
||||
const scrollBehavior = $settings.accessibility.reduceMotion
|
||||
? "instant"
|
||||
: "smooth";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user