mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable custom request links for category pages
This commit is contained in:
parent
837cf6f83c
commit
7e22133686
2 changed files with 33 additions and 14 deletions
|
|
@ -72,7 +72,13 @@ export const categories = {
|
|||
label: 'Games',
|
||||
pluralLabel: 'Games',
|
||||
slug: 'games',
|
||||
icon: '🎮'
|
||||
icon: '🎮',
|
||||
requestLinks: [
|
||||
{
|
||||
href: 'https://forms.gle/29GWt85i1G1L7Ttj8',
|
||||
label: 'Request a Game'
|
||||
}
|
||||
]
|
||||
},
|
||||
'homebrew': {
|
||||
...categoryTemplate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue