diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 17:05:44 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-03-16 17:05:44 -0400 |
commit | fbd874bdb3924793bc763942c493dbde07ee5da8 (patch) | |
tree | 5f50340c6e6b9a57d2e2949c984351afeff5ecc6 /src | |
parent | 73f2e69d26e443f2379a1912b15bd18ed3f659de (diff) |
Test change
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index baeee4f8a..5469ad487 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -98,7 +98,7 @@ Documents.initProtos(mainDocId, (res?: Document) => { <div className="main-buttonDiv" style={{ bottom: '50px' }} ref={textRef}> <button onPointerDown={setupDrag(textRef, addTextNode)} onClick={addClick(addTextNode)}>Add Text</button></div> <div className="main-buttonDiv" style={{ bottom: '75px' }} ref={colRef}> - <button onPointerDown={setupDrag(colRef, addColNode)} onClick={addClick(addColNode)}>Add Collection</button></div> + <button onPointerDown={setupDrag(colRef, addColNode)} onClick={addClick(addColNode)}>Add one Collection</button></div> <div className="main-buttonDiv" style={{ bottom: '100px' }} ref={schemaRef}> <button onPointerDown={setupDrag(schemaRef, addSchemaNode)} onClick={addClick(addSchemaNode)}>Add Schema</button></div> <div className="main-buttonDiv" style={{ bottom: '125px' }} > |