aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-04-16 17:28:56 -0400
committerMonika Hedman <monika_hedman@brown.edu>2019-04-16 17:28:56 -0400
commit2181bc0f19b04a5c1a3e6e20206fc04a086995d2 (patch)
treea3e5a72f6ec58d8985d54763a090403c1bdc3af7
parent04fd1451fb33bba806f9fe406d51c13d8d4dd541 (diff)
attempting graphics
-rw-r--r--src/client/views/Main.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx
index 7d47c9932..92c7fa7dd 100644
--- a/src/client/views/Main.tsx
+++ b/src/client/views/Main.tsx
@@ -263,7 +263,7 @@ export class Main extends React.Component {
<div className="main-buttonDiv" key="workspaces" style={{ top: '34px', left: '2px', position: 'absolute' }} ref={workspacesRef}>
<button onClick={toggleWorkspaces}>Workspaces</button></div>,
- <div className="main-searchDiv" key="search" style={{ top: '34px', right: '100px', position: 'absolute' }} ref={workspacesRef}> hello </div>,
+ <div className="main-searchDiv" key="search" style={{ top: '34px', right: '100px', position: 'absolute' }} ref={workspacesRef}> <SearchBox/> </div>,
<div className="main-buttonDiv" key="logout" style={{ top: '34px', right: '1px', position: 'absolute' }} ref={logoutRef}>
<button onClick={() => request.get(ServerUtils.prepend(RouteStore.logout), emptyFunction)}>Log Out</button></div>