news section

This commit is contained in:
SpikeHD
2022-05-14 01:28:56 -07:00
parent ec5197b5fa
commit 053c43a079
4 changed files with 97 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import Options from './components/menu/Options'
import MiniDialog from './components/MiniDialog'
import DownloadList from './components/common/DownloadList'
import Downloads from './components/menu/Downloads'
import NewsSection from './components/news/NewsSection'
interface IProps {
[key: string]: never;
@@ -51,6 +52,8 @@ class App extends React.Component<IProps, IState> {
downFunc={() => this.setState({ downloadsOpen: !this.state.downloadsOpen })}
/>
<NewsSection />
{
// Mini downloads section
this.state.miniDownloadsOpen ?