refactor: update widgets and fix font change

This commit is contained in:
David Ralph
2021-07-12 11:34:05 +01:00
parent 7840b48727
commit 99ffc82de0
14 changed files with 97 additions and 92 deletions

View File

@@ -90,7 +90,8 @@ export default class Weather extends React.PureComponent {
temp_text = '°F';
break;
// kelvin
default: break;
default:
break;
}
this.setState({
@@ -175,4 +176,4 @@ export default class Weather extends React.PureComponent {
</div>
);
}
}
}