change blog.gab.com to news.gab.com

This commit is contained in:
Rob Colbert
2019-09-03 23:20:54 -04:00
parent fbed38c508
commit 1559f19b84
2 changed files with 4 additions and 4 deletions

View File

@@ -141,11 +141,11 @@ class SidebarMenu extends ImmutablePureComponent {
<Icon id='user' fixedWidth />
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.profile)}</span>
</NavLink>
<a className='sidebar-menu-item' href='https://blog.gab.com'>
<a className='sidebar-menu-item' href='https://news.gab.com'>
<Icon id='align-left' fixedWidth />
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.news)}</span>
</a>
<a className='sidebar-menu-item' href='https://blog.gab.com/support-gab'>
<a className='sidebar-menu-item' href='https://news.gab.com/support-gab'>
<Icon id='users' fixedWidth />
<span className='sidebar-menu-item__title'>{intl.formatMessage(messages.partners)}</span>
</a>