Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
surajondev authored Oct 31, 2022
2 parents 68530bc + b2409c8 commit 47fc542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function Footer(){
<div className="container">
<center>
<p className="p-footer">Made with the ❤️ by <a href="https://github.com/surajondev">Suraj Vishwakarma</a></p>
<p className="p-footer">Made with <span role="img" aria-labelledby="love">❤️</span> by <a href="https://github.com/surajondev">Suraj Vishwakarma</a></p>
<p className="p-footer">Source <a href="https://openweathermap.org/">OpenWeather</a></p>
</center>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Header() {
return (
<header>
<div className="container ui block header">
<h1 className="tittle">GET WEATHER 💨</h1>
<h1 className="tittle">GET WEATHER <span role="img" aria-labelledby="weather">💨</span></h1>
</div>
</header>
);
Expand Down

0 comments on commit 47fc542

Please sign in to comment.