You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Display the GOV.UK crown in the Footer component
66
+
67
+
The GOV.UK Footer has been updated to display the GOV.UK crown before its content, as a visual 'full stop' at the end of the page. This can be enabled using the feature flag described in the previous section.
68
+
69
+
If you're not using the GOV.UK template, but are using the [GOV.UK footer](https://design-system.service.gov.uk/components/footer/) Nunjucks macro, you can display the crown by inserting `rebrand: true` into the component configuration.
70
+
71
+
```nunjucks
72
+
{{ govukFooter({
73
+
rebrand: true
74
+
}) }}
75
+
```
76
+
77
+
If you're not using our Nunjucks macros, update your footer HTML to adding the following SVG code inside the `<div>` with the `govuk-width-container` class
78
+
child of the `<footer>` with `govuk-footer` element.
#### Footer component top border is now consistent with GOV.UK
66
105
67
106
We've updated the border of the Footer component so it matches the border used on GOV.UK. This will provide a more consistent experience for users as they navigate from GOV.UK to services.
0 commit comments