Skip to content

Commit 09e2ec7

Browse files
authored
VA-17108: Update Lovell alert to V3 (#2016)
1 parent 45211e1 commit 09e2ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/includes/lovell-switch-link.drupal.liquid

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
{% assign switchPageVariation = "VA" %}
88
{% endif %}
99
{% if currentPageVariation == "VA" and entityUrl.switchPath contains "make-an-appointment" %}
10-
{% comment %}
10+
{% comment %}
1111
Cannot negate group of conditions, so negation of conditions handled in else.
1212
Could instead do != "VA" and not contains but that would be more complex logic.
1313
{% endcomment %}
1414
{% else %}
15-
<va-alert status="warning" class="vads-u-margin-bottom--2" id="va-info-alert" uswds="false">
15+
<va-alert status="warning" class="vads-u-margin-bottom--2" id="va-info-alert" uswds="true">
1616
<h2 slot="headline">You are viewing this page as a {{ currentPageVariation }} beneficiary.</h2>
1717
<div>
18-
<p className="vads-u-margin-y--0">
18+
<p class="vads-u-margin-y--0">
1919
<va-link
2020
data-testid="lovell-switch-link"
2121
active

0 commit comments

Comments
 (0)