Skip to content

Commit

Permalink
VACMS-16981 v3 upgrade for Benefit Hub Landing Page
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Feb 20, 2024
1 parent 4ff5585 commit 70f889e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/site/blocks/alert.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
data-entity-id="{{ alert.entityId }}"
status="{{ alertType }}"
class="vads-u-margin-top--3"
role="alert"
uswds="false"
uswds
>
<h2 slot="headline" class="vads-u-font-size--h3">
{{ alert.fieldAlertTitle }}
Expand Down
8 changes: 7 additions & 1 deletion src/site/layouts/landing_page.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@
{% include "src/site/blocks/promo.drupal.liquid" with entity = fieldPromo.entity %}
{% endif %}

<va-accordion bordered uswds="false">
<va-accordion bordered uswds>
<va-accordion-item
class="va-accordion-item"
level="2"
open="true"
header="Ask questions"
id="{{ 'Message us' | hashReference: 60 }}"
bordered
uswds
>
<section>
<h3 class="vads-u-font-size--h4">Message us</h3>
Expand Down Expand Up @@ -120,6 +122,8 @@
open="true"
header="Not a Veteran?"
id="{{ 'Get information for' | hashReference: 60 }}"
bordered
uswds
>
<section>
<h3 class="vads-u-font-size--h4">Get information for:</h3>
Expand All @@ -142,6 +146,8 @@
class="va-accordion-item"
level="2"
header="Connect with us"
bordered
uswds
open="true"
id="{{ fieldRelatedOffice.entity.fieldExternalLink.title | hashReference: 60 }}">
{% if fieldRelatedOffice.entity.fieldExternalLink.url.path != empty %}
Expand Down

0 comments on commit 70f889e

Please sign in to comment.