From 6e500c26f95f1038e8e0b8a768c865e6ca9f390c Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Tue, 8 Oct 2024 15:53:30 +0100 Subject: [PATCH] Stop changing VPN nav CTA button color (Fixes #15250) (#15256) --- bedrock/products/templates/products/vpn/includes/macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bedrock/products/templates/products/vpn/includes/macros.html b/bedrock/products/templates/products/vpn/includes/macros.html index 2ad600563da..5a6ed7e2332 100644 --- a/bedrock/products/templates/products/vpn/includes/macros.html +++ b/bedrock/products/templates/products/vpn/includes/macros.html @@ -130,11 +130,11 @@

{{ subheading }}

{% if vpn_available %} {% set pricing_url = '#pricing' if request.path.endswith('/products/vpn/') else url('products.vpn.landing') + '#pricing' %} - + {{ ftl('vpn-shared-subscribe-link') }} {% else %} - + {{ ftl('vpn-shared-waitlist-link') }} {% endif %}