add faq
Some checks failed
delpoy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2024-10-30 01:35:11 +01:00
parent 6c7442e33c
commit f930deaba8
9 changed files with 236 additions and 24 deletions

View File

@ -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
}
];