Skip to content

Commit

Permalink
PLATUI-2598: Modify the account header template to incorporate the ma…
Browse files Browse the repository at this point in the history
…in layout from the prototype kit (#323)
  • Loading branch information
kyle-bowden committed Oct 25, 2023
1 parent 0ac9de1 commit 7263780
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 358 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [5.51.0] - 2023-10-24

### Changed

- Modify the account header template to incorporate the main layout from the prototype kit. This adjustment aims to resolve an issue related to displaying and using the template within the v13 prototype kit

## [5.50.0] - 2023-10-16

### Changed
Expand Down
File renamed without changes.
708 changes: 354 additions & 354 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hmrc-frontend",
"version": "5.50.0",
"version": "5.51.0",
"description": "Design patterns for HMRC frontends",
"scripts": {
"start": "gulp dev",
Expand Down
2 changes: 1 addition & 1 deletion src/components/back-link-helper/example.njk
@@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "main.html" %}

{% from "govuk/components/back-link/macro.njk" import govukBackLink %}
{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion src/components/summary-list/example.njk
@@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "main.html" %}

{% from "govuk/components/summary-list/macro.njk" import govukSummaryList %}
{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/account-header.html
@@ -1,4 +1,4 @@
{% extends "layout.html" %}
{% extends "layouts/main.html" %}

{% from "../components/header/macro.njk" import hmrcHeader %}
{% from "../components/account-menu/macro.njk" import hmrcAccountMenu %}
Expand Down

0 comments on commit 7263780

Please sign in to comment.