Skip to content

Commit

Permalink
Merge pull request #2786 from followdarko/fix/discordlink
Browse files Browse the repository at this point in the history
fix: changed footer community link to discord channel
  • Loading branch information
Patrick1904 authored Jun 29, 2022
2 parents 7ef3c82 + ab66f98 commit 8166476
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://near.chat'
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 8166476

Please sign in to comment.