diff --git a/src/components/back-link/example-back-link.njk b/src/components/back-link/example-back-link.njk deleted file mode 100644 index 8a1b86cd3e..0000000000 --- a/src/components/back-link/example-back-link.njk +++ /dev/null @@ -1,17 +0,0 @@ -{% from "components/breadcrumbs/_macro.njk" import onsBreadcrumbs %} - -{{ - onsBreadcrumbs({ - "ariaLabel": 'Back', - "itemsList": [ - { - "url": '/', - "id": "backlink", - "text": 'Back', - "attributes": { - "data-attribute": "Example attribute" - } - } - ] - }) -}}