Skip to content

Commit

Permalink
revert example changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 10, 2024
1 parent eef3e5c commit 5a1fbc2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/components/list/example-bare-list.njk
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{% from "components/list/_macro.njk" import onsList %}
{{
onsList({
"element": "ol",
"attributes": {
"data-qa": "error-list"
},
"variants": 'bare',
"itemsList": [
{
"url": '#0',
"text": 'Who we are',
"attributes": {
"data-qa": "error-list-1"
}
"text": 'Who we are'
},
{
"url": '#0',
"text": 'What we do'
},
{
"url": 'https://goo.gl/maps/ULnVRd16zfFLZWdt7',
"text": 'Where to find us',
"external": true
}
]
})
Expand Down

0 comments on commit 5a1fbc2

Please sign in to comment.