Skip to content

Commit

Permalink
Changes the active button color
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdNetizen committed Sep 25, 2021
1 parent 7cbfdb1 commit e45fdf0
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 89 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ const AsideContent: React.FC<Props> = ({ setOpenSearch }) => {
<div className="aside__weather">
{weatherData && (
<Fragment>
{/* <img
<img
src={showWeatherImage(
weatherData.consolidated_weather[0].weather_state_abbr
)}
alt="Weather Icon"
className="aside__weather__icon"
/> */}
/>
<div className="aside__weather__description">
<h1 className="aside__weather__degree">
{!isCelsius
Expand Down
Loading

0 comments on commit e45fdf0

Please sign in to comment.