From 8397226ea4b5643126f26967d8d77f414386d83d Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Mon, 22 Jul 2024 10:55:32 +0100 Subject: [PATCH] remove backlink component --- src/components/back-link/example-back-link.njk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/components/back-link/example-back-link.njk 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" - } - } - ] - }) -}}