1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 05:19:37 +02:00

Dynamic WeatherIcon with weatherStatusCode mapping

This commit is contained in:
unknown 2021-05-15 18:05:53 +02:00
parent e293325da7
commit 873faa6c97
4 changed files with 381 additions and 11 deletions

View file

@ -31,11 +31,10 @@ const Settings = (props: ComponentProps): JSX.Element => {
activeClassName={classes.SettingsNavLinkActive}
exact
to='/settings/nothig'>
Nothing
Weather
</NavLink>
</nav>
<section className={classes.SettingsContent}>
{/* <Themer /> */}
<Switch>
<Route exact path='/settings' component={Themer} />
</Switch>