{
- items.map((item, index) => {
- if (index < verifiedTagIndex) {
- return (
-
- );
- }
- return (
- (
-
- onClick(item.trim())}
- key={item}
- role="button"
- to={tagRedirectLink(item)}
- >
- {item}
-
-
- )
- );
- })
- }
+ items.map((item, index) => {
+ if (index < verifiedTagIndex) {
+ return (
+
+ );
+ }
+ return (
+ (
+
+ onClick(item.trim())}
+ key={item}
+ role="button"
+ to={tagRedirectLink(item)}
+ >
+ {item}
+
+
+ )
+ );
+ })
+ }
);
@@ -94,7 +94,6 @@ export default function Tags({
allTags.slice(VISIBLE_TAGS), verifiedTags.length - VISIBLE_TAGS,
)}
trigger={['hover', 'focus']}
- className="overlayTagBg"
>