flatten categories

This commit is contained in:
Asim Aslam
2021-12-14 09:39:21 +00:00
parent fb45ae439e
commit 6c1b7bdca5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "avatar",
"icon": "🤳🏻",
"category": "for fun",
"category": "web",
"display_name": "Avatar"
}

View File

@@ -1,6 +1,6 @@
{
"name": "helloworld",
"icon": "👋",
"category": "example",
"category": "web",
"display_name": "Hello World"
}

View File

@@ -1,6 +1,6 @@
{
"name": "joke",
"icon": "🃏",
"category": "for fun",
"category": "web",
"display_name": "Jokes"
}