Update FAQ Side Menu Label

This commit is contained in:
Lucas Phang 2021-05-18 05:24:44 +00:00 committed by GitHub
parent 4224f88569
commit d677a494f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ const SIDE_MENU_ITEMS = {
},
[SideMenuItem.FAQ]: {
id: 9,
label: 'Frequently Asked Questions',
label: 'FAQ',
href: '/faq',
},
} as { [name: string]: ISideMenuItem };