Added blurb, tweaked styling

This commit is contained in:
2019-05-26 05:01:00 +10:00
parent 6095261c27
commit 04129aeba3
5 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class NewsPanel extends React.Component {
data: {}
};
this.fetchNews(3);
this.fetchNews(this.props.length || 10);
}
render() {