Skip to content

Commit

Permalink
updating card group example
Browse files Browse the repository at this point in the history
  • Loading branch information
pflynny committed Aug 3, 2023
1 parent 41c4fc0 commit 1aa746f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/components/card/card-group.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
{{ card({
"href": "#",
"arrow": "true",
"clickable": "true",
"heading": "Introduction to care and support",
"headingClasses": "nhsuk-heading-m",
Expand All @@ -26,6 +27,7 @@
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
{{ card({
"href": "#",
"arrow": "true",
"clickable": "true",
"heading": "Help from social services and charities",
"headingClasses": "nhsuk-heading-m",
Expand All @@ -35,19 +37,21 @@
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
{{ card({
"href": "#",
"arrow": "true",
"clickable": "true",
"heading": "Money, work and benefits",
"heading": "Care after a hospital stay",
"headingClasses": "nhsuk-heading-m",
"description": "How to pay for care and support, and where you can get help with costs"
"description": "Includes hospital discharge and care and support afterwards"
}) }}
</li>
<li class="nhsuk-grid-column-one-half nhsuk-card-group__item">
{{ card({
"href": "#",
"arrow": "true",
"clickable": "true",
"heading": "Care after a hospital stay",
"heading": "Money, work and benefits",
"headingClasses": "nhsuk-heading-m",
"description": "Includes hospital discharge and care and support afterwards"
"description": "How to pay for care and support, and where you can get help with costs"
}) }}
</li>
</ul>
Expand Down

0 comments on commit 1aa746f

Please sign in to comment.