Removed tv links for now

This commit is contained in:
mgabdev 2020-09-14 20:25:45 -05:00
parent 12c9cf2083
commit 105d8320e8
2 changed files with 0 additions and 2 deletions

@ -86,7 +86,6 @@ 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='TV' icon='gab-tv' href='https://tv.gab.com' />
<div className={[_s.d, _s.h20PX, _s.w1PX, _s.mr10, _s.ml10, _s.bgNavigationBlend].join(' ')} />

@ -46,7 +46,6 @@ class LoggedOutNavigationBar extends React.PureComponent {
<NavigationBarButton title='Home' icon='home' href='/home' />
<NavigationBarButton title='Explore' icon='explore' to='/explore' />
<NavigationBarButton title='News' icon='news' to='/news' />
<NavigationBarButton title='TV' icon='gab-tv' href='https://tv.gab.com' />
</div>
</ResponsiveComponent>
}