Add Lobsters to feed

This commit is contained in:
2020-12-12 05:26:33 +00:00
parent fd9c9c888d
commit c9fb9bd5df
6 changed files with 129 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ class App extends React.Component {
<Link to='/'>QotNews - Feed</Link>
<span className='theme'>Theme: <a href='#' onClick={() => this.light()}>Light</a> - <a href='#' onClick={() => this.dark()}>Dark</a></span>
<br />
<span className='slogan'>Reddit, Hacker News, and Tildes combined, then pre-rendered in reader mode.</span>
<span className='slogan'>Hacker News, Reddit, Lobsters, and Tildes articles rendered in reader mode.</span>
</p>
<Route path='/(|search)' component={Search} />
<Route path='/(|search)' component={Submit} />

File diff suppressed because one or more lines are too long