mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
get rid of US
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
let userLocation = window.Osano.cm.countryCode;
|
||||
|
||||
// List of countries for which we want to serve the banner
|
||||
let targetCountries = ['sg', 'my', 'id', 'th', 'vn', 'hk', 'au', 'us'];
|
||||
let targetCountries = ['sg', 'my', 'id', 'th', 'vn', 'hk', 'au'];
|
||||
|
||||
// Check if the user's location is in the list of target countries
|
||||
let isTargetCountry = targetCountries.includes(userLocation);
|
||||
|
||||
Reference in New Issue
Block a user