File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
{% assign switchPageVariation = "VA" %}
8
8
{% endif %}
9
9
{% if currentPageVariation == "VA" and entityUrl .switchPath contains "make-an-appointment" %}
10
- {% comment %}
10
+ {% comment %}
11
11
Cannot negate group of conditions, so negation of conditions handled in else.
12
12
Could instead do != "VA" and not contains but that would be more complex logic.
13
13
{% endcomment %}
14
14
{% 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 " >
16
16
<h2 slot =" headline" >You are viewing this page as a {{ currentPageVariation }} beneficiary.</h2 >
17
17
<div >
18
- <p className =" vads-u-margin-y--0" >
18
+ <p class =" vads-u-margin-y--0" >
19
19
<va-link
20
20
data-testid =" lovell-switch-link"
21
21
active
You can’t perform that action at this time.
0 commit comments