Added News to DefaultNavigationBar

• Added:
- News to DefaultNavigationBar
This commit is contained in:
mgabdev 2020-11-04 13:51:31 -06:00
parent 6e45eb18ca
commit c42df699e9

@ -166,6 +166,7 @@ class DefaultNavigationBar extends ImmutablePureComponent {
<NavigationBarButton title='Home' icon='home' to='/home' />
<NavigationBarButton title='Explore' icon='explore' to='/explore' />
<NavigationBarButton title='News' icon='news' to='/news' />
<NavigationBarButton title='Groups' icon='group' to='/groups' />
<div className={[_s.d, _s.h20PX, _s.w1PX, _s.mr10, _s.ml10, _s.bgNavigationBlend].join(' ')} />