aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.tsx
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-02-27 16:56:02 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2023-02-27 16:56:02 -0500
commited94cc8fb516455dbeea223d0fab25e4fb1c1d78 (patch)
tree662cee07a6a64fe1b688fc336c46f10574881b44 /src/client/views/MainView.tsx
parentd2be7d2bfec6978238811cc50ad3effd2a19d15d (diff)
feat: added summarization functionality to WebBox and cleaned up code
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r--src/client/views/MainView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx
index da64e7c12..d7603cf5a 100644
--- a/src/client/views/MainView.tsx
+++ b/src/client/views/MainView.tsx
@@ -245,6 +245,7 @@ export class MainView extends React.Component {
library.add(
...[
+ fa.faExclamationCircle,
fa.faEdit,
fa.faTrash,
fa.faTrashAlt,