Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"friends-of-behat/mink-debug-extension": "^2",
"furf/jquery-ui-touch-punch": "dev-master",
"geocoder-php/open-cage-provider": "^4.4",
"massgov/mayflower-artifacts": "dev-develop",
"massgov/mayflower-artifacts": "dev-patternlab/DP-23086_organization-search-keyboard",
"phlak/semver": "^2.0",
"symfony/dom-crawler": "^3.4 || ^4",
"typhonius/acquia-php-sdk-v2": "~1.1",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
{% if content.extra_org_nav_featured_services|render %}
<div class="ma__org-nav-i-want-to-section ma__org-nav-i-want-to__findService">
{% if content.extra_org_nav_featured_services|render is not empty %}
<h3 class="ma__comp-heading--mobile"><button>Find a service or task</button></h3>
{# Display the links from "Featured Services". #}
{{ content.extra_org_nav_featured_services }}
{% endif %}
Expand All @@ -191,6 +192,7 @@
{% block learnAbout %}
{% if content.extra_org_nav_featured_topics|render %}
<div class="ma__org-nav-i-want-to-section ma__org-nav-i-want-to__learnAbout">
<h3 class="ma__comp-heading--mobile"><button>{{'Learn more about'|t ~ '...'}}</button></h3>
{% include '@atoms/04-headings/comp-heading.twig' with {
compHeading: {
title: 'Learn more about'|t ~ '...',
Expand All @@ -209,6 +211,7 @@
{% block login %}
{% if node.field_application_login_links is not empty %}
<div class="ma__org-nav-i-want-to-section ma__org-nav-i-want-to__login">
<h3 class="ma__comp-heading--mobile"><button>Log in to...</button></h3>
{{ content.extra_org_nav_application_login_links }}
</div>
{% endif %}
Expand Down