Skip to content

Commit

Permalink
DP-13967 Fix the display of heading size for Related Service/Addition…
Browse files Browse the repository at this point in the history
…al Resources on service page (#563)

* fix the heading from 2 to 3 on the additional & related

* add a changelog file for DP-13967
  • Loading branch information
mrossi113 authored and ygannett committed May 24, 2019
1 parent 7e9051c commit 02b571c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelogs/DP-13967.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Minor
Fixed
- (Patternlab) DP-13967: Fix the heading size for the Related Services and Additional Resources heading from h3 to h2.
12 changes: 8 additions & 4 deletions patternlab/styleguide/source/_patterns/05-pages/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,11 @@
"path": "@organisms/by-author/link-list.twig",
"data": {
"linkList": {
"sidebarHeading": {
"compHeading": {
"title": "Related Services",
"titleContext": "to Unemployment Benefits"
"titleContext": "to Unemployment Benefits",
"sub": true,
"sidebar": true
},
"stacked": true,
"links": [
Expand Down Expand Up @@ -519,9 +521,11 @@
"path": "@organisms/by-author/form-downloads.twig",
"data": {
"formDownloads": {
"sidebarHeading": {
"compHeading": {
"title": "Additional Resources",
"titleContext": "for Unemployment Benefits"
"titleContext": "for Unemployment Benefits",
"sub": true,
"sidebar": true
},
"downloadLinks": [
{
Expand Down

0 comments on commit 02b571c

Please sign in to comment.