polishing

This commit is contained in:
planetabhi
2023-12-24 17:23:10 +05:30
parent 3338194010
commit 4531d0e7f2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import CategoryNavItem from "./CategoryNavItem";
export default function CategoryNav({ filter, setFilter }) {
const navItems = [
{title: "🤗 All", category: "all"},
{title: "🤗 All Tools", category: "all"},
...data.tools
];