forked from tanner/qotnews
Add forward button, convert icons to font
This commit is contained in:
@@ -4,6 +4,7 @@ import localForage from 'localforage';
|
||||
import './Style-light.css';
|
||||
import './Style-dark.css';
|
||||
import './fonts/Fonts.css';
|
||||
import { ForwardDot } from './utils.js';
|
||||
import Feed from './Feed.js';
|
||||
import Article from './Article.js';
|
||||
import Comments from './Comments.js';
|
||||
@@ -71,6 +72,8 @@ class App extends React.Component {
|
||||
</Switch>
|
||||
<Route path='/:id/c' exact render={(props) => <Comments {...props} cache={this.cache} />} />
|
||||
|
||||
<ForwardDot />
|
||||
|
||||
<ScrollToTop />
|
||||
</Router>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user