polishing
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user