File tree 2 files changed +6
-5
lines changed
frontends/web/src/routes/exchange/components
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ var fixedURLWhitelist = []string{
89
89
"https://pocketbitcoin.com/" ,
90
90
// BTCDirect
91
91
"https://btcdirect.eu/" ,
92
+ "https://start.btcdirect.eu/" ,
92
93
// Bitsurance
93
94
"https://www.bitsurance.eu/" ,
94
95
"https://get.bitsurance.eu/" ,
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ import style from './infocontent.module.css';
25
25
export const getBTCDirectOTCLink = ( ) => {
26
26
switch ( i18n . resolvedLanguage ) {
27
27
case 'de' :
28
- return 'https://btcdirect.eu/de-at /private-trading-contact?BitBox ' ;
28
+ return 'https://start. btcdirect.eu/de/private-trading-bitbox ' ;
29
29
case 'nl' :
30
- return 'https://btcdirect.eu/nl-nl /private-trading-contact?BitBox ' ;
30
+ return 'https://start. btcdirect.eu/nl/private-trading-bitbox ' ;
31
31
case 'es' :
32
- return 'https://btcdirect.eu/es-es /private-trading-contactanos?BitBox ' ;
32
+ return 'https://start. btcdirect.eu/es/private-trading-bitbox ' ;
33
33
case 'fr' :
34
- return 'https://btcdirect.eu/fr-fr /private-trading-contact?BitBox ' ;
34
+ return 'https://start. btcdirect.eu/fr/private-trading-bitbox ' ;
35
35
default :
36
- return 'https://btcdirect.eu/en-eu/ private-trading-contact?BitBox ' ;
36
+ return 'https://start. btcdirect.eu/private-trading-bitbox ' ;
37
37
}
38
38
} ;
39
39
You can’t perform that action at this time.
0 commit comments