diff --git a/template/component-top-nav.html.jinja b/template/component-top-nav.html.jinja index 7ff33908e5..a9972c9cfb 100644 --- a/template/component-top-nav.html.jinja +++ b/template/component-top-nav.html.jinja @@ -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);