diff --git a/resources/css/components/category.css b/resources/css/components/category.css index 0c774a247..d40d564dd 100644 --- a/resources/css/components/category.css +++ b/resources/css/components/category.css @@ -1,4 +1,4 @@ -.pop-category { +.filter-category { @apply text-inactive text-sm; ul { @apply pl-3 relative; diff --git a/resources/views/listing/partials/filter/category.blade.php b/resources/views/listing/partials/filter/category.blade.php index 32c863f31..9011c312b 100644 --- a/resources/views/listing/partials/filter/category.blade.php +++ b/resources/views/listing/partials/filter/category.blade.php @@ -10,7 +10,9 @@
-
    + @lang('Category') + +