Browse Source

Remove zero width characters

pull/2248/head
Thomas 2 years ago
parent
commit
4729a52f25
  1. 2
      apps/api/src/assets/cryptocurrencies/cryptocurrencies.json
  2. 2
      apps/client/src/app/pages/about/oss-friends/oss-friends-page.component.ts

2
apps/api/src/assets/cryptocurrencies/cryptocurrencies.json

@ -2722,7 +2722,7 @@
"ETR": "Electric Token", "ETR": "Electric Token",
"ETRNT": "Eternal Trusts", "ETRNT": "Eternal Trusts",
"ETS": "ETH Share", "ETS": "ETH Share",
"ETSC": "Ether star blockchain", "ETSC": "Ether star blockchain",
"ETT": "EncryptoTel", "ETT": "EncryptoTel",
"ETY": "Ethereum Cloud", "ETY": "Ethereum Cloud",
"ETZ": "EtherZero", "ETZ": "EtherZero",

2
apps/client/src/app/pages/about/oss-friends/oss-friends-page.component.ts

@ -40,7 +40,7 @@ export class OpenSourceSoftwareFriendsPageComponent implements OnDestroy {
}, },
{ {
description: description:
'The Open-Source HubSpot Alternative. A single XOS enables to create unique and life-changing experiences ​​that work for all types of business.', 'The Open-Source HubSpot Alternative. A single XOS enables to create unique and life-changing experiences that work for all types of business.',
name: 'Erxes', name: 'Erxes',
url: 'https://erxes.io' url: 'https://erxes.io'
}, },

Loading…
Cancel
Save