mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add uncategorized category
This commit is contained in:
parent
5cded8a522
commit
7c4d36ac9d
2 changed files with 11 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ export default async function () {
|
|||
slug: appSlug
|
||||
}),
|
||||
category: {
|
||||
slug: 'no-category'
|
||||
slug: 'uncategorized'
|
||||
},
|
||||
relatedLinks
|
||||
})
|
||||
|
|
|
|||
|
|
@ -122,6 +122,16 @@ export const categories = {
|
|||
slug: 'homebrew',
|
||||
icon: '🍺'
|
||||
},
|
||||
|
||||
|
||||
// Uncategorized
|
||||
'uncategorized': {
|
||||
id: 1000,
|
||||
...categoryTemplate,
|
||||
label: 'Uncategorized',
|
||||
pluralLabel: 'Uncategorized Software',
|
||||
slug: 'uncategorized',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue