add invites to hamburger menu
This commit is contained in:
parent
b33695c295
commit
d95d2e29f7
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ function SideNavigation(props: Props) {
|
|||
{
|
||||
...buildLink(PAGES.REWARDS, __('Rewards'), ICONS.FEATURED),
|
||||
},
|
||||
{
|
||||
...buildLink(PAGES.INVITE, __('Invites'), ICONS.INVITE),
|
||||
},
|
||||
{
|
||||
...buildLink(PAGES.PUBLISH, __('Publish'), ICONS.PUBLISH),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue