Skip to content

Commit

Permalink
actually fix the linebreak issue
Browse files Browse the repository at this point in the history
- fix linebreaks and whitespace issues not fixed by last commit!
  • Loading branch information
shorn-gnosis committed May 15, 2024
1 parent 72a3c79 commit 4701b0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const BUG_REPORTING_URL = 'mailto:support@aboutcircles.com';
export const EMAIL_URL = 'mailto:hello@aboutcircles.com';
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 @@ -22,4 +23,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 4701b0e

Please sign in to comment.