mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add default app category icon
This commit is contained in:
parent
3ad58c7b5d
commit
63e8770746
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ export const categoryTemplate = {
|
|||
pluralLabel: null,
|
||||
itemSuffixLabel: null,
|
||||
icon: null,
|
||||
requestLinks: null
|
||||
requestLinks: null,
|
||||
icon: '💻',
|
||||
}
|
||||
|
||||
export const categories = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue