clubs, novel links

This commit is contained in:
2021-02-17 19:39:52 +03:00
parent ff23dcb5eb
commit fa13227e0b
23 changed files with 235 additions and 182 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class AllNews extends React.Component<{}, State> {
<div className="News__Title">
Новости
</div>
{/*{<ProgressBar progress={50} alternative color={'red'}/>}*/}
{/*{<RoundProgressBar progress={50} alternative color={'red'}/>}*/}
{news.map(post => (
<Link key={post.id} to={`/post/${post.id}`}>
<NewsPost {...post} />