mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-11 06:53:12 +08:00
Dynamic WeatherIcon with weatherStatusCode mapping
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user