diff --git a/src/components/CategoryNav.jsx b/src/components/CategoryNav.jsx index 1f2090c..5acf371 100644 --- a/src/components/CategoryNav.jsx +++ b/src/components/CategoryNav.jsx @@ -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 ]; diff --git a/src/data/tools.json b/src/data/tools.json index e2a719c..af2addd 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -278,7 +278,7 @@ }, { "title": "🎨 Design", - "category": "design-tools", + "category": "design", "content": [ { "title": "BeFunky", @@ -452,7 +452,7 @@ }, { "title": "💻 Developer", - "category": "developer-tools", + "category": "developer", "content": [ { "title": "Amazon CodeWhisperer", @@ -637,8 +637,8 @@ ] }, { - "title": "🖼 Image Editing", - "category": "image-editing", + "title": "📸 Retouching", + "category": "retouching", "content": [ { "title": "AI Image Enlarger", @@ -1087,7 +1087,7 @@ ] }, { - "title": "🍹 Xtras", + "title": "✨ Xtras", "category": "xtras", "content": [ {