Skip to content

Footer component update - #57

Merged
markbateman-nhs merged 2 commits into
mainfrom
footer-component-update
Aug 28, 2026
Merged

Footer component update#57
markbateman-nhs merged 2 commits into
mainfrom
footer-component-update

Conversation

@markbateman-nhs

@markbateman-nhs markbateman-nhs commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Footer amended to enable "Help and support" now functions correctly and opens in a new tab.

New HTML:

  {{ footer({
    meta: {
      items: [
        {
          href: "https://guide.ravs.england.nhs.uk/maternity",
          text: "Help and support (opens in new tab)",
          attributes: {
            target: "_blank",
            rel: "noopener noreferrer"
          }
        },
        {
          href: "#/",
          text: "Cookies"
        },
        {
          href: "/accessibility-statement",
          text: "Accessibility statement"
        },
        {
          href: "/terms-of-use",
          text: "Terms of use"
        },
        {
          href: "/prototype-admin/reset-data",
          text: "Reset prototype test data"
        }
      ]
    }
  }) }}

@markbateman-nhs
markbateman-nhs temporarily deployed to ravs-plus-pr-footer-com-j3vewg August 28, 2026 07:36 Inactive
@markbateman-nhs
markbateman-nhs marked this pull request as ready for review August 28, 2026 07:39
@markbateman-nhs
markbateman-nhs temporarily deployed to ravs-plus-pr-footer-com-j3vewg August 28, 2026 08:56 Inactive
@markbateman-nhs
markbateman-nhs merged commit 962287c into main Aug 28, 2026
2 checks passed
@markbateman-nhs
markbateman-nhs deleted the footer-component-update branch August 28, 2026 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants