diff --git a/client/src/components/categorical/category/annoMenuCategory.js b/client/src/components/categorical/category/annoMenuCategory.js
index 4df30db2..b1190f67 100644
--- a/client/src/components/categorical/category/annoMenuCategory.js
+++ b/client/src/components/categorical/category/annoMenuCategory.js
@@ -6,9 +6,13 @@ import {
MenuItem,
Popover,
Position,
+ Tooltip,
+ Icon,
PopoverInteractionKind,
} from "@blueprintjs/core";
+import * as globals from "../../../globals";
+
@connect((state) => ({
annotations: state.annotations,
}))
@@ -56,46 +60,57 @@ class AnnoMenuCategory extends React.PureComponent {
return (
<>
{isUserAnno ? (
-
-
-
-
-
- }
- >
-
-
+ <>
+
+ }
+ onClick={this.activateAddNewLabelMode}
+ small
+ minimal
+ />
+
+
+
+
+
+ }
+ >
+ }
+ small
+ minimal
+ />
+
+ >
) : null}
>
);
diff --git a/client/src/components/categorical/category/index.js b/client/src/components/categorical/category/index.js
index dfd5e296..2f9dfee1 100644
--- a/client/src/components/categorical/category/index.js
+++ b/client/src/components/categorical/category/index.js
@@ -278,9 +278,6 @@ class Category extends React.Component {
}}
onClick={this.handleCategoryClick}
>
- {isUserAnno ? (
-
- ) : null}
{truncatedString || metadataField}
{isExpanded ? (
}
small
minimal
/>