diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 21f6651..5a98071 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -206,15 +206,10 @@ function App() { {categories.map(cat => ( -
-
setSelectedCategory(cat.id)}> -
- {cat.name} - {getCategoryCount(cat.id)} -
- +
setSelectedCategory(cat.id)}> +
+ {cat.name} + {getCategoryCount(cat.id)}
))}