Skip to content

Commit 2da2db2

Browse files
committed
Moon comes back in JS
1 parent 24856ad commit 2da2db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.cfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,7 @@ function toggleDarkMode() {
11451145
$('body').toggleClass('darkMode');
11461146
if (getCookie('LRT_DARK') === "true") {
11471147
setCookie('LRT_DARK', "false");
1148-
$('#nightModeLink a').html('Night Mode');
1148+
$('#nightModeLink a').html('🌜 Night Mode');
11491149
}
11501150
else {
11511151
setCookie('LRT_DARK', "true");

0 commit comments

Comments
 (0)