Updated sidebar menu pro link

This commit is contained in:
mgabdev 2019-09-18 23:03:05 -04:00
parent 9bd0826735
commit 232d12934a
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ class SidebarMenu extends ImmutablePureComponent {
</NavLink>
{
!isPro &&
<a className='sidebar-menu-item' href='https://news.gab.com'>
<a className='sidebar-menu-item' href='https://pro.gab.com'>
<Icon id='arrow-up' fixedWidth />
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.pro)}</span>
</a>