Skip to content

Commit

Permalink
Merge branch 'main' into simple-forms/20-10206/755-entryname
Browse files Browse the repository at this point in the history
  • Loading branch information
powellkerry committed Nov 13, 2023
2 parents 87882c7 + 4c4c807 commit 05d6a46
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 500 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"ajv": "^6.12.2",
"ascii-table": "^0.0.9",
"autoprefixer": "^10.3.4",
"axe-core": "^4.4.3",
"axe-core": "^4.8.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
Expand All @@ -129,7 +129,7 @@
"cssnano": "^5.0.8",
"cy-mobile-commands": "^0.3.0",
"cypress": "^10.8.0",
"cypress-axe": "^1.0.0",
"cypress-axe": "^1.5.0",
"cypress-downloadfile": "^1.2.3",
"cypress-multi-reporters": "^1.5.0",
"cypress-plugin-tab": "^1.0.5",
Expand Down Expand Up @@ -231,7 +231,7 @@
"metalsmith-sitemap": "^1.0.0",
"moment": "^2.29.2",
"moment-timezone": "^0.5.33",
"node-libcurl": "^3.0.0",
"node-libcurl": "2.3.4",
"number-to-words": "^1.2.4",
"raven": "^2.6.4",
"react": "^16.13.1",
Expand Down
12 changes: 6 additions & 6 deletions src/applications/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"name": "View your VA disability rating"
},
{
"path": "disability/view-disability-rating/my-rating",
"path": "disability/view-disability-rating/rating",
"name": "Your VA disability rating"
}
]
Expand Down Expand Up @@ -224,7 +224,7 @@
"rootUrl": "/my-health/update-benefits-information-form-10-10ezr",
"template": {
"layout": "page-react.html",
"vagovprod": false,
"vagovprod": true,
"includeBreadcrumbs": true,
"breadcrumbs_override": [
{
Expand Down Expand Up @@ -1584,7 +1584,7 @@
"rootUrl": "/burials-memorials/memorial-items/presidential-memorial-certificates/request-certificate-form-40-0247",
"productId": "5af7a83b-c1a0-4a0a-b0e9-88baf150e6a9",
"template": {
"vagovprod": false,
"vagovprod": true,
"layout": "page-react.html",
"includeBreadcrumbs": true,
"breadcrumbs_override": [
Expand Down Expand Up @@ -1650,9 +1650,9 @@
}
},
{
"appName": "Find a Local Representative",
"entryName": "representative-app",
"rootUrl": "/representative",
"appName": "Find a Representative",
"entryName": "find-a-representative",
"rootUrl": "/get-help-from-accredited-representative/find-rep",
"productId": "decb6c85-abcd-44b5-b722-550905f48dd7",
"template": {
"vagovprod": false,
Expand Down
7 changes: 4 additions & 3 deletions src/site/layouts/vet_center_locations_list.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@
</h2>
<p class="vads-u-font-size--base">
Looking for a Vet Center in another area?
<a aria-label="find locations" href="/find-locations">
Find a Vet Center location
</a>
<va-link
href="/find-locations"
text="Find a Vet Center location"
>
</p>
<va-back-to-top></va-back-to-top>
<!-- Last updated & feedback button -->
Expand Down
Loading

0 comments on commit 05d6a46

Please sign in to comment.