From 3bed16081c635ec5968d830beb4db26667f33126 Mon Sep 17 00:00:00 2001 From: jonathanlei Date: Tue, 29 Aug 2023 13:49:50 -0700 Subject: [PATCH] get rid of US --- template/component-top-nav.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);