aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js12
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"> &middot;
+ <a href="/help/contacts" rel="nofollow">Contacts</a> &middot;
+ <a href="/help/tos" rel="nofollow">TOS</a>
+ </div>
+ <div id="footer-left">juick.com &copy; 2008-2018
+ <br />
+ </div>
+ </div>
</>
</Router>
);