Skip to content

Commit

Permalink
fix: changed footer community link to discord channel
Browse files Browse the repository at this point in the history
  • Loading branch information
followdarko committed Jun 28, 2022
1 parent d8dd443 commit 2edbaf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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='https://discord.com/invite/Vj74PpQYsh'
rel='noopener noreferrer'
target='_blank'
onClick={() => Mixpanel.track('Footer Click Join Community')}
Expand Down
5 changes: 3 additions & 2 deletions packages/frontend/src/redux/actions/staking.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import {
STAKING_GAS_BASE,
FARMING_CLAIM_GAS,
FARMING_CLAIM_YOCTO,
LOCKUP_ACCOUNT_ID_SUFFIX
LOCKUP_ACCOUNT_ID_SUFFIX,
FT_MINIMUM_STORAGE_BALANCE_LARGE
} from '../../config';
import { fungibleTokensService, FT_MINIMUM_STORAGE_BALANCE_LARGE } from '../../services/FungibleTokens';
import { fungibleTokensService } from '../../services/FungibleTokens';
import { listStakingPools } from '../../services/indexer';
import StakingFarmContracts from '../../services/StakingFarmContracts';
import { getLockupAccountId, getLockupMinBalanceForStorage } from '../../utils/account-with-lockup';
Expand Down

0 comments on commit 2edbaf1

Please sign in to comment.