We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f8303 commit bd2efa9Copy full SHA for bd2efa9
1 file changed
js/index.js
@@ -4744,7 +4744,7 @@ function updateTitle() {
4744
const weatherCode = parseInt(weatherIconElement.dataset.weatherCode);
4745
4746
if (weatherConditionsForTitle[weatherCode]) {
4747
- weatherString = ` | ${temperature} ${weatherConditionsForTitle[weatherCode].icon}`;
+ weatherString = ` • ${temperature} ${weatherConditionsForTitle[weatherCode].icon}`;
4748
}
4749
4750
0 commit comments