link feedback directly to a hylo feedback tag (#1099)

This commit is contained in:
Devin Howard 2017-03-20 12:48:30 -07:00 committed by GitHub
parent cc17c1ed38
commit 391a1d8b24

View file

@ -60,7 +60,7 @@ class App extends Component {
openInviteLightbox={openInviteLightbox}
signInPage={pathname === '/login'} />}
<Toast message={toast} />
{!mobile && currentUser && <a className='feedback-icon' target='_blank' href='https://hylo.com/c/metamaps'></a>}
{!mobile && currentUser && <a className='feedback-icon' target='_blank' href='https://hylo.com/c/metamaps/tag/feedback'></a>}
{children}
</div>
}