misc: Replace "day mode" with "light theme" in comments.

This commit is contained in:
Sahil Batra
2021-11-26 14:59:05 +05:30
committed by Tim Abbott
parent 29dcbbb548
commit f49346892f
4 changed files with 6 additions and 6 deletions

View File

@@ -163,8 +163,8 @@ export function build_page() {
};
if (options.realm_logo_source !== "D" && options.realm_night_logo_source === "D") {
// If no dark theme logo is specified but a day mode one is,
// use the day mode one. See also similar code in realm_logo.js.
// If no dark theme logo is specified but a light theme one is,
// use the light theme one. See also similar code in realm_logo.js.
options.realm_night_logo_url = options.realm_logo_url;
}