add creator analytics to mobile
This commit is contained in:
parent
b5ef840e1a
commit
cebb4dd580
2 changed files with 4 additions and 1 deletions
|
@ -141,6 +141,9 @@ function SideNavigation(props: Props) {
|
|||
ICONS.PUBLISH
|
||||
),
|
||||
},
|
||||
{
|
||||
...buildLink(PAGES.CREATOR_DASHBOARD, __('Creator Analytics'), ICONS.ANALYTICS),
|
||||
},
|
||||
{
|
||||
...buildLink(PAGES.WALLET, __('Wallet'), ICONS.WALLET),
|
||||
},
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
margin-right: calc(var(--spacing-xlarge) * 2);
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
height: 10rem;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue