This commit is contained in:
@ -22,6 +22,12 @@
|
||||
sprite: `${env.PUBLIC_BASE_PATH}/img/menu-rules.png`,
|
||||
href: `${env.PUBLIC_BASE_PATH}/rules`,
|
||||
active: false
|
||||
},
|
||||
{
|
||||
name: 'FAQ',
|
||||
sprite: `${env.PUBLIC_BASE_PATH}/img/menu-faq.png`,
|
||||
href: `${env.PUBLIC_BASE_PATH}/faq`,
|
||||
active: false
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user