add creator analytics to mobile

This commit is contained in:
Sean Yesmunt 2020-03-23 15:16:09 -04:00
parent b5ef840e1a
commit cebb4dd580
2 changed files with 4 additions and 1 deletions

View file

@ -141,6 +141,9 @@ function SideNavigation(props: Props) {
ICONS.PUBLISH ICONS.PUBLISH
), ),
}, },
{
...buildLink(PAGES.CREATOR_DASHBOARD, __('Creator Analytics'), ICONS.ANALYTICS),
},
{ {
...buildLink(PAGES.WALLET, __('Wallet'), ICONS.WALLET), ...buildLink(PAGES.WALLET, __('Wallet'), ICONS.WALLET),
}, },

View file

@ -12,7 +12,7 @@
margin-right: calc(var(--spacing-xlarge) * 2); margin-right: calc(var(--spacing-xlarge) * 2);
@media (max-width: $breakpoint-small) { @media (max-width: $breakpoint-small) {
height: 10rem; display: none;
} }
} }