Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-chassagne authored and vthomas13 committed Jan 4, 2024
1 parent ac837bc commit 83834ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/lib/ui-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const PRIVACY_POLICY_LINK = 'https://consensys.io/privacy-policy/';
// TODO make sure these links are correct
export const ETHERSCAN_PRIVACY_LINK = 'https://etherscan.io/privacyPolicy';
export const CONSENSYS_PRIVACY_LINK = 'https://consensys.io/privacy-policy/';
export const AUTO_DETECT_TOKEN_LEARN_MORE_LINK =
export const AUTO_DETECT_TOKEN_LEARN_MORE_LINK =
'https://consensys.io/privacy-policy/';
export const CONSENSYS_TERMS_OF_USE = 'https://consensys.io/terms-of-use';

Expand Down

0 comments on commit 83834ca

Please sign in to comment.