Skip to content

Commit c19b071

Browse files
authored
Update layout--guidance.html
1 parent 2e0f0a7 commit c19b071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/templates/layouts/layout--guidance.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1 class="govuk-heading-xl">{{ pageData.pageTitle }}</h1>
100100
'text': 'Try our new check and publish service',
101101
'theme': themes[0],
102102
'href': sectionPath + 'try-check-publish-service',
103-
'current': true if pageData.name == 'publish-data-on-your-website' else false,
103+
'current': true if pageData.name == 'try-check-publish-service' else false,
104104
},
105105
]
106106
})

0 commit comments

Comments
 (0)