diff options
author | eperelm2 <emily_perelman@brown.edu> | 2023-06-08 16:05:45 -0400 |
---|---|---|
committer | eperelm2 <emily_perelman@brown.edu> | 2023-06-08 16:05:45 -0400 |
commit | aae37436b520e03c4d403f22bd61c9849c1938ec (patch) | |
tree | e370fd1ba5cda8bd07f911d64763e8b5ccd7ecaf /src/client/util/CaptureManager.tsx | |
parent | baf6955c9c4d4dc79df072778449f882aa63d68e (diff) |
fixed linking bug; added more icons
- cant add icon for simulation and equation; look at more types to add icons
Diffstat (limited to 'src/client/util/CaptureManager.tsx')
-rw-r--r-- | src/client/util/CaptureManager.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/CaptureManager.tsx b/src/client/util/CaptureManager.tsx index d68761ba7..f42336ee7 100644 --- a/src/client/util/CaptureManager.tsx +++ b/src/client/util/CaptureManager.tsx @@ -58,7 +58,6 @@ export class CaptureManager extends React.Component<{}> { ) ); } - return ( <div className="capture-block"> <div className="capture-block-title">Links</div> |