diff --git a/components/search/Filters.tsx b/components/search/Filters.tsx
index 7637c5b7..5bce7b57 100644
--- a/components/search/Filters.tsx
+++ b/components/search/Filters.tsx
@@ -19,7 +19,7 @@ function ValueItem(
{ url, selected, label, quantity }: FilterToggleValue,
) {
return (
-
+
{label}
{quantity > 0 && ({quantity})}
@@ -39,7 +39,7 @@ function FilterValues({ key, values }: FilterToggle) {
if (key === "cor" || key === "tamanho") {
return (
-
+