diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 03:38:02 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 03:38:02 -0500 |
commit | 0d36924c90682c57e96c1e7bfd95a3cc10e6c662 (patch) | |
tree | 483d5ee1c3ef0d7bffc90f6d631bf3cea2256ff0 /src/client/views/Main.tsx | |
parent | 47152d960e5b79f395fb4ecc421e5aac0c12883e (diff) |
after pop, hard reset
Diffstat (limited to 'src/client/views/Main.tsx')
-rw-r--r-- | src/client/views/Main.tsx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index cbc19d7fe..567f17752 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -171,6 +171,12 @@ function init() { right: '0px', width: '150px' }} onClick={() => UndoManager.Redo()}>Redo</button> + <button style={{ + position: 'absolute', + top: '24px', + right: '0px', + width: '150px' + }} onClick={() => window.location.pathname = "/logout"}>Logout</button> </div>), document.getElementById('root')); }) |