Skip to content

Commit bd2efa9

Browse files
Update index.js
1 parent 99f8303 commit bd2efa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4744,7 +4744,7 @@ function updateTitle() {
47444744
const weatherCode = parseInt(weatherIconElement.dataset.weatherCode);
47454745

47464746
if (weatherConditionsForTitle[weatherCode]) {
4747-
weatherString = ` | ${temperature} ${weatherConditionsForTitle[weatherCode].icon}`;
4747+
weatherString = ` ${temperature} ${weatherConditionsForTitle[weatherCode].icon}`;
47484748
}
47494749
}
47504750
}

0 commit comments

Comments
 (0)