diff --git a/StickyNotes-Frontend/html/calendar.html b/StickyNotes-Frontend/html/calendar.html index d338300..afa1a1e 100644 --- a/StickyNotes-Frontend/html/calendar.html +++ b/StickyNotes-Frontend/html/calendar.html @@ -503,10 +503,10 @@

Add New Note

} const temp = data.main.temp.toFixed(0); weatherDisplay1.innerHTML = ` - ${data.name} - Weather icon - ${temp}°C - `; + ${data.name} + Weather icon + ${temp}°C + `; } const isMobileDevice1 = window.innerWidth < 768;