diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index a74934ab..6d254d14 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -150,7 +150,19 @@ export default class App extends React.Component { <Route exact path="/:user/:mid" render={(props) => <Thread ref={this.thread} visitor={user} {...props} />} /> </Switch> </section> + <aside id="sidebar"> + SIDESIDESIDE + </aside> </div> + <div id="footer"> + <div id="footer-right"> · + <a href="/help/contacts" rel="nofollow">Contacts</a> · + <a href="/help/tos" rel="nofollow">TOS</a> + </div> + <div id="footer-left">juick.com © 2008-2018 + <br /> + </div> + </div> </> </Router> ); |