Skip to content

Commit

Permalink
fix: Update proposers help article link (#4506)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Nov 8, 2024
1 parent 6dfd325 commit b9b0567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/settings/ProposersList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const ProposersList = () => {
</Typography>
<Typography mb={2}>
Proposers can suggest transactions but cannot approve or execute them. Signers should review and approve
transactions first. <ExternalLink href={HelpCenterArticle.DELEGATES}>Learn more</ExternalLink>
transactions first. <ExternalLink href={HelpCenterArticle.PROPOSERS}>Learn more</ExternalLink>
</Typography>

{isEnabled && (
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const HelpCenterArticle = {
SPENDING_LIMITS: `${HELP_CENTER_URL}/en/articles/40842-set-up-and-use-spending-limits`,
TRANSACTION_GUARD: `${HELP_CENTER_URL}/en/articles/40809-what-is-a-transaction-guard`,
UNEXPECTED_DELEGATE_CALL: `${HELP_CENTER_URL}/en/articles/40794-why-do-i-see-an-unexpected-delegate-call-warning-in-my-transaction`,
DELEGATES: `${HELP_CENTER_URL}/en/articles/40799-what-is-a-delegate-key`,
PROPOSERS: `${HELP_CENTER_URL}/en/articles/235770-proposers`,
PUSH_NOTIFICATIONS: `${HELP_CENTER_URL}/en/articles/99197-how-to-start-receiving-web-push-notifications-in-the-web-wallet`,
SWAP_WIDGET_FEES: `${HELP_CENTER_URL}/en/articles/178530-how-does-the-widget-fee-work-for-native-swaps`,
} as const
Expand Down

0 comments on commit b9b0567

Please sign in to comment.