Add sun/moon emojis to sunrise/sunset and fix direction sorting (direction 1 always on top)
This commit is contained in:
@@ -598,7 +598,7 @@ class ConfigManager {
|
||||
|
||||
const weatherSunTimesElement = document.querySelector('#custom-weather .sun-times');
|
||||
if (weatherSunTimesElement) {
|
||||
weatherSunTimesElement.textContent = `Sunrise: ${sunriseTime} | Sunset: ${sunsetTime}`;
|
||||
weatherSunTimesElement.textContent = `☀️ Sunrise: ${sunriseTime} | 🌙 Sunset: ${sunsetTime}`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user