Skip to content

Commit

Permalink
update hub and spoke
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 7, 2024
1 parent 234d896 commit 6700b82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/patterns/hub-and-spoke/example-hub-complete.njk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ layout: ~
"rows": [
{
"title": "People who live here",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -60,7 +60,7 @@ layout: ~
},
{
"title": "Household accommodation",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -80,7 +80,7 @@ layout: ~
},
{
"title": "Mary Smith",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -100,7 +100,7 @@ layout: ~
},
{
"title": "John Smith",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -120,7 +120,7 @@ layout: ~
},
{
"title": "Billy Smith",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -140,7 +140,7 @@ layout: ~
},
{
"title": "Mary Susannah Smith (Visitor)",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand Down
12 changes: 6 additions & 6 deletions src/patterns/hub-and-spoke/example-hub.njk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ layout: ~
"rows": [
{
"title": "People who live here",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -51,7 +51,7 @@ layout: ~
},
{
"title": "Household accommodation",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -71,7 +71,7 @@ layout: ~
},
{
"title": "Mary Smith",
"items": [
"itemsList": [
{
"iconType": "check",
"valueList": [
Expand All @@ -91,7 +91,7 @@ layout: ~
},
{
"title": "John Smith",
"items": [
"itemsList": [
{
"valueList": [
{
Expand All @@ -110,7 +110,7 @@ layout: ~
},
{
"title": "Billy Smith",
"items": [
"itemsList": [
{
"valueList": [
{
Expand All @@ -129,7 +129,7 @@ layout: ~
},
{
"title": "Mary Susannah Smith (Visitor)",
"items": [
"itemsList": [
{
"valueList": [
{
Expand Down

0 comments on commit 6700b82

Please sign in to comment.