mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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
|
slug: appSlug
|
||||||
}),
|
}),
|
||||||
category: {
|
category: {
|
||||||
slug: 'no-category'
|
slug: 'uncategorized'
|
||||||
},
|
},
|
||||||
relatedLinks
|
relatedLinks
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,16 @@ export const categories = {
|
||||||
slug: 'homebrew',
|
slug: 'homebrew',
|
||||||
icon: '🍺'
|
icon: '🍺'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
// Uncategorized
|
||||||
|
'uncategorized': {
|
||||||
|
id: 1000,
|
||||||
|
...categoryTemplate,
|
||||||
|
label: 'Uncategorized',
|
||||||
|
pluralLabel: 'Uncategorized Software',
|
||||||
|
slug: 'uncategorized',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue