From 2b4604dc0c7b7b0bf052c623eecb45f36ce3979a Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Fri, 13 Feb 2026 19:25:32 +0300 Subject: [PATCH] fix: simplify tag filter button label --- apps/dokploy/components/shared/tag-filter.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/components/shared/tag-filter.tsx b/apps/dokploy/components/shared/tag-filter.tsx index a5eda4d44..a1ce6b413 100644 --- a/apps/dokploy/components/shared/tag-filter.tsx +++ b/apps/dokploy/components/shared/tag-filter.tsx @@ -1,4 +1,4 @@ -import { Filter } from "lucide-react"; +import { Tags } from "lucide-react"; import * as React from "react"; import { HandleTag } from "@/components/dashboard/settings/tags/tag-manager"; import { TagBadge } from "@/components/shared/tag-badge"; @@ -63,8 +63,8 @@ export function TagFilter({ size="sm" className={cn("gap-2", selectedTags.length > 0 && "border-primary")} > - - Filter by Tag + + Tags {selectedTags.length > 0 && ( {selectedTags.length}