polishing

This commit is contained in:
planetabhi
2023-12-22 07:39:58 +05:30
parent f78e9d6052
commit bf054ba813
2 changed files with 6 additions and 6 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
];