mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add classnames to count popovers (#1813)
This commit is contained in:
@@ -27,7 +27,11 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
));
|
||||
|
||||
return (
|
||||
<HoverPopover placement="bottom" content={popoverContent}>
|
||||
<HoverPopover
|
||||
className="tag-count"
|
||||
placement="bottom"
|
||||
content={popoverContent}
|
||||
>
|
||||
<Button className="minimal">
|
||||
<Icon icon="tag" />
|
||||
<span>{props.image.tags.length}</span>
|
||||
|
||||
Reference in New Issue
Block a user