Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonmulia committed Nov 27, 2024
1 parent 24f16ab commit 534134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/3-components/2-library/summary-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ libraries:
{{ govieSummaryList({ "rows":
[ { "label": "Name", "value": "John Smith", "action": { "href": "/change-name", "label": "Change name" } },
{ "label": "Date of Birth", "value": "8 November 1982", "action": { "href": "/change-dob", "label": "Change date of birth" } },
{ "label": "Address", "value": ["72 Guild Street", "London", "SE23 6FH"], "action": { "href": "/change-address", "label": "Change address" } }
{ "label": "Address", "value": "72 Guild Street <br/> London <br/> SE23 6FH", "action": { "href": "/change-address", "label": "Change address" } }
]})
}}
```
Expand Down

0 comments on commit 534134b

Please sign in to comment.