From 42fb47ee94c62859b396084f24f963a8eb48e8bc Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Mon, 25 Sep 2023 19:57:13 +0100 Subject: [PATCH] Code style fix Co-authored-by: Colin Rotherham --- src/components/tag/all-colours/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/tag/all-colours/index.njk b/src/components/tag/all-colours/index.njk index 31b1ab856e..6a4ae6adf5 100644 --- a/src/components/tag/all-colours/index.njk +++ b/src/components/tag/all-colours/index.njk @@ -62,10 +62,10 @@ layout: layout-example.njk govuk-tag--light-blue - {{govukTag({ + {{ govukTag({ text: "In progress", classes: "govuk-tag--light-blue" - })}} + }) }}