Enable custom request links for category pages

This commit is contained in:
Sam Carlton 2020-11-28 16:16:45 -06:00
parent 837cf6f83c
commit 7e22133686
2 changed files with 33 additions and 14 deletions

View file

@ -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,