From d7264c42586e123bf8ed6eff3e85ce68ba0798f5 Mon Sep 17 00:00:00 2001 From: insanity Date: Thu, 27 Jul 2017 11:05:13 +0900 Subject: [PATCH] temporary account menu --- src/ts/@overflow/app/views/layout/LeftMenu.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ts/@overflow/app/views/layout/LeftMenu.tsx b/src/ts/@overflow/app/views/layout/LeftMenu.tsx index f106601..12d0bd4 100644 --- a/src/ts/@overflow/app/views/layout/LeftMenu.tsx +++ b/src/ts/@overflow/app/views/layout/LeftMenu.tsx @@ -118,7 +118,25 @@ class LeftMenu extends React.Component {
+ + + +
+ + + this.props.onChangeUrl('/account/signin')} style={{ 'marginLeft': '30px' }}> + Sign In + + this.props.onChangeUrl('/account/signup')} style={{ 'marginLeft': '30px' }}> + Sign Up + + this.props.onChangeUrl('/account/logout')} style={{ 'marginLeft': '30px' }}> + Log Out + + + + ); } }