Skip to content

Commit

Permalink
add new footer example to backstop
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Jun 27, 2024
1 parent b221cab commit 5136836
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/footer/custom-copyright.njk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set html_style = 'background-color: #f0f4f5;' %}
{% set title = 'Footer (default)' %}
{% set title = 'Footer (custom copyright statement)' %}
{% from 'components/footer/macro.njk' import footer %}
{% extends 'layout.njk' %}

{% block body %}

{{ footer({
copyright: "© City NHS Foundation Trust",
"copyright": "© East London NHS Foundation Trust",
"links": [
{
"URL": "#",
Expand Down
4 changes: 4 additions & 0 deletions tests/backstop/backstop.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ module.exports = {
label: 'Footer (columns)',
url: `${TEST_URL}/footer/footer-in-columns.html`,
},
{
label: 'Footer (custom copyright statement)',
url: `${TEST_URL}/footer/custom-copyright.html`,
},
{
label: 'Fieldset',
url: `${TEST_URL}/fieldset/index.html`,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5136836

Please sign in to comment.