diff --git a/docs/_includes/layouts/component.njk b/docs/_includes/layouts/component.njk index f626122..5186220 100644 --- a/docs/_includes/layouts/component.njk +++ b/docs/_includes/layouts/component.njk @@ -24,4 +24,8 @@

{{ description }}

{{ content | safe }} + {% if tags and "component" in tags %} + {% include "./partials/feedback-section.njk" %} + {% else %} + {% endif %} {% endblock %} diff --git a/docs/_includes/layouts/partials/feedback-section.njk b/docs/_includes/layouts/partials/feedback-section.njk new file mode 100644 index 0000000..8f6c3c9 --- /dev/null +++ b/docs/_includes/layouts/partials/feedback-section.njk @@ -0,0 +1,3 @@ +

Help improve this component

+

If you have used or researched this component, please let us know what you found so we can make it better for everyone.

+

Take part in the '{{ title }}' discussion on GitHub where you can share anything you think might be useful.

\ No newline at end of file diff --git a/docs/components/card-links.md b/docs/components/card-links.md index 8a18f1d..364f811 100644 --- a/docs/components/card-links.md +++ b/docs/components/card-links.md @@ -2,6 +2,7 @@ layout: layouts/component.njk title: Card links description: Use card links to help users reach the next stage of their NHS App journey. +backlogID: 249 tags: - component ---