mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
misc: Replace "night mode" with "dark theme" in comments.
This commit is contained in:
@@ -163,7 +163,7 @@ export function build_page() {
|
||||
};
|
||||
|
||||
if (options.realm_logo_source !== "D" && options.realm_night_logo_source === "D") {
|
||||
// If no night mode logo is specified but a day mode one is,
|
||||
// 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.
|
||||
options.realm_night_logo_url = options.realm_logo_url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user