Skip to content

Commit

Permalink
Fix: Updated project information
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Jun 13, 2024
1 parent 44246f0 commit fdbad2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions StickyNotes-Frontend/html/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@ <h2 style="margin-bottom: 10px">Add New Note</h2>
}
const temp = data.main.temp.toFixed(0);
weatherDisplay1.innerHTML = `
<strong style="text-align: center; margin-top: -5px">${data.name}</strong>
<img src="https://openweathermap.org/img/wn/${data.weather[0].icon}.png" alt="Weather icon">
<span>${temp}°C</span>
`;
<strong style="text-align: center; margin-top: -5px">${data.name}</strong>
<img src="https://openweathermap.org/img/wn/${data.weather[0].icon}.png" alt="Weather icon">
<span>${temp}°C</span>
`;
}

const isMobileDevice1 = window.innerWidth < 768;
Expand Down

0 comments on commit fdbad2f

Please sign in to comment.