Skip to content

Commit

Permalink
fix line breaks and whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shorn-gnosis committed May 15, 2024
1 parent c7e00df commit 72a3c79
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ export const PATHFINDER_HOPS_DEFAULT = 3;
export const NEEDED_TRUST_CONNECTIONS = 1;

export const ABOUT_URL = 'https://www.aboutcircles.com';
export const BUG_REPORTING_URL =
'mailto:[email protected]';
export const BUG_REPORTING_URL = 'mailto:[email protected]';
export const EMAIL_URL = 'mailto:[email protected]';
export const FACEBOOK_URL = 'https://facebook.com/CirclesUBI';
export const FAQ_URL = 'https://www.aboutcircles.com/faq';
export const FAQ_URL_DELETION =
'https://joincircles.net/faq/profile-data-deletion/';
export const FAQ_URL_DELETION = 'https://joincircles.net/faq/profile-data-deletion/';
export const FAQ_TRANSITIVE_TRANSFERS_URL =
'https://github.com/CirclesUBI/whitepaper?tab=readme-ov-file#transitive-exchange';
export const PRIVACY_LEGAL_URL = 'https://joincircles.net/privacy-policy';
Expand All @@ -24,4 +22,4 @@ export const SAFE_CRC_VERSION = '1.1.1';

export const FILTER_TRANSACTION_ALL = 'FILTER_TRANSACTION_ALL';
export const FILTER_TRANSACTION_SENT = 'FILTER_TRANSACTION_SENT';
export const FILTER_TRANSACTION_RECEIVED = 'FILTER_TRANSACTION_RECEIVED';
export const FILTER_TRANSACTION_RECEIVED = 'FILTER_TRANSACTION_RECEIVED';

0 comments on commit 72a3c79

Please sign in to comment.