Skip to content

Commit

Permalink
Fix WNP 131 CTA for default custom template
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Oct 3, 2024
1 parent 9ba4d37 commit cbf53a2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<h2 class="wnp-main-title">{{ main_title }}</h2>
<p class="wnp-main-tagline">{{ main_tagline }}</p>

{% if nimbus_variant == 'v3' %}
<a class="c-banner-button mzp-c-button mzp-t-product mzp-t-xl" href="https://support.mozilla.org/kb/introducing-total-cookie-protection-standard-mode?{{ utm_params }}" data-cta-type="button" data-cta-text="Learn more">
{% if nimbus_variant == 'v4' %}
<a id="protections-dashboard" class="c-banner-button mzp-c-button mzp-t-product mzp-t-xl" href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop?{{ utm_params }}" data-cta-type="button" data-cta-text="See my protections dashboard">
{{ main_cta }}
</a>
{% else %}
<a id="protections-dashboard" class="c-banner-button mzp-c-button mzp-t-product mzp-t-xl" href="https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop?{{ utm_params }}" data-cta-type="button" data-cta-text="See my protections dashboard">
<a class="c-banner-button mzp-c-button mzp-t-product mzp-t-xl" href="https://support.mozilla.org/kb/introducing-total-cookie-protection-standard-mode?{{ utm_params }}" data-cta-type="button" data-cta-text="Learn more">
{{ main_cta }}
</a>
{% endif %}
Expand Down

0 comments on commit cbf53a2

Please sign in to comment.