polishing

This commit is contained in:
planetabhi
2023-12-22 03:33:39 +05:30
parent e4523539ec
commit 7fcd37cbbd
2 changed files with 4 additions and 7 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", category: "all"},
...data.tools
];