update tooltip
This commit is contained in:
@@ -71,7 +71,7 @@ export function WebsiteMetricsBar({ websiteId, showFilter = true, sticky }) {
|
|||||||
const WebsiteFilterButton = () => {
|
const WebsiteFilterButton = () => {
|
||||||
return (
|
return (
|
||||||
<PopupTrigger>
|
<PopupTrigger>
|
||||||
<TooltipPopup label={formatMessage(labels.addFilter)} position="top">
|
<TooltipPopup label={formatMessage(labels.filter)} position="top">
|
||||||
<Button>
|
<Button>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Icons.Plus />
|
<Icons.Plus />
|
||||||
|
|||||||
Reference in New Issue
Block a user