Clear localstorage cache and add slogan

This commit is contained in:
Tanner
2019-08-25 01:25:28 +00:00
parent 5ff27591a7
commit 2cf1c44fb9
5 changed files with 15 additions and 1 deletions
+2
View File
@@ -35,6 +35,8 @@ class App extends React.Component {
<p>
<Link to='/'>QNN - Home</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>
</p>
</div>
<Route path='/' exact component={Feed} />