Skip to content

Commit

Permalink
Edit & ADD content Key
Browse files Browse the repository at this point in the history
  • Loading branch information
moelshenawy committed Oct 30, 2021
1 parent 5e4b38d commit de5666f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ generate.addEventListener("click", async () => {
document.getElementById("date").innerHTML = `Date: ${dataResult.date}`;
document.getElementById(
"content"
).innerHTML = `You Feel: ${dataResult.feelings}`;
).innerHTML = `You Feel: ${dataResult.content}`;
document.getElementById(
"temp"
).innerHTML = `Temperature: ${dataResult.temp} <sup>O</sup>C</p>`;
Expand Down
1 change: 1 addition & 0 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ button {
font-family: "Oswald", sans-serif;
border: none;
box-shadow: 2px 4px 5px #444;
cursor: pointer;
}
h1 {
font-size: 36px;
Expand Down

0 comments on commit de5666f

Please sign in to comment.