Skip to content

Commit

Permalink
Merge pull request #47 from sampatbadhe/fix-accessible-emoji-warnings
Browse files Browse the repository at this point in the history
Fix accessible-emoji warnings
  • Loading branch information
surajondev authored Oct 29, 2022
2 parents b9d12aa + cb95e45 commit b2409c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Footer(){
<footer>
<div className="container">
<center>
<p className="p-footer">Made with ❤️ 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 b2409c8

Please sign in to comment.