From 5bcd4f4cb6327390bf70b8fcb4c02fc37b4c0153 Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com> Date: Mon, 5 Aug 2024 11:28:03 +0100 Subject: [PATCH] remove backlink component (#3276) Co-authored-by: Alessio Venturini <112873190+alessioventuriniAND@users.noreply.github.com> --- 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" - } - } - ] - }) -}}