Add forward button, convert icons to font

This commit is contained in:
2020-01-03 03:45:56 +00:00
parent 746932ab96
commit 6cd41f0902
6 changed files with 43 additions and 80 deletions

View File

@@ -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>