Skip to content

Commit

Permalink
Fix: governance -> community (#3602)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Apr 23, 2024
1 parent 9903344 commit eeb1e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "safe-wallet-web",
"homepage": "https://github.com/safe-global/safe-wallet-web",
"license": "GPL-3.0",
"version": "1.34.0",
"version": "1.34.1",
"type": "module",
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/SafeTokenWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const canRedeemSep5Airdrop = (allocation?: Vesting[]): boolean => {
return !sep5Allocation.isRedeemed && !sep5Allocation.isExpired
}

const GOVERNANCE_APP_URL = IS_PRODUCTION ? 'https://governance.safe.global' : 'https://safe-dao-governance.dev.5afe.dev'
const GOVERNANCE_APP_URL = IS_PRODUCTION ? 'https://community.safe.global' : 'https://safe-dao-governance.dev.5afe.dev'

const SafeTokenWidget = () => {
const chainId = useChainId()
Expand Down

1 comment on commit eeb1e9b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 79.13% 11233/14196
🔴 Branches 58.69% 2665/4541
🟡 Functions 66.09% 1807/2734
🟢 Lines 80.4% 10121/12588

Test suite run success

1421 tests passing in 198 suites.

Report generated by 🧪jest coverage report action from eeb1e9b

Please sign in to comment.