From cebb4dd580ff9fb16b8a7cd7c70b76bc44944585 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 23 Mar 2020 15:16:09 -0400 Subject: [PATCH] add creator analytics to mobile --- ui/component/sideNavigation/view.jsx | 3 +++ ui/scss/component/_yrbl.scss | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 28e268177..aa6a7c3fd 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -141,6 +141,9 @@ function SideNavigation(props: Props) { ICONS.PUBLISH ), }, + { + ...buildLink(PAGES.CREATOR_DASHBOARD, __('Creator Analytics'), ICONS.ANALYTICS), + }, { ...buildLink(PAGES.WALLET, __('Wallet'), ICONS.WALLET), }, diff --git a/ui/scss/component/_yrbl.scss b/ui/scss/component/_yrbl.scss index c637a66e9..18f26f21e 100644 --- a/ui/scss/component/_yrbl.scss +++ b/ui/scss/component/_yrbl.scss @@ -12,7 +12,7 @@ margin-right: calc(var(--spacing-xlarge) * 2); @media (max-width: $breakpoint-small) { - height: 10rem; + display: none; } }