Skip to content

Commit

Permalink
fix: fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
followdarko committed Jun 29, 2022
1 parent 2edbaf1 commit ab66f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/common/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const Footer = () => {
<div className='right'>
<Translate id='footer.needHelp' /><br />
<a
href='https://discord.com/invite/Vj74PpQYsh'
href={isWhitelabel() ? 'https://discord.com/invite/Vj74PpQYsh' : 'https://near.chat'}
rel='noopener noreferrer'
target='_blank'
onClick={() => Mixpanel.track('Footer Click Join Community')}
Expand Down

0 comments on commit ab66f98

Please sign in to comment.