diff --git a/.github/actions/prototype-kit-test/action.yml b/.github/actions/prototype-kit-test/action.yml index d5c80f07..7d72bd97 100644 --- a/.github/actions/prototype-kit-test/action.yml +++ b/.github/actions/prototype-kit-test/action.yml @@ -50,7 +50,6 @@ runs: echo -e "{% from \"nationalarchives/components/pagination/macro.njk\" import tnaPagination %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/phase-banner/macro.njk\" import tnaPhaseBanner %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/picture/macro.njk\" import tnaPicture %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && - echo -e "{% from \"nationalarchives/components/profile/macro.njk\" import tnaProfile %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/sensitive-image/macro.njk\" import tnaSensitiveImage %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/skip-link/macro.njk\" import tnaSkipLink %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/tabs/macro.njk\" import tnaTabs %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html @@ -73,7 +72,6 @@ runs: echo "{{ tnaPagination({}) }}" >> prototype/app/views/index.html && echo "{{ tnaPhaseBanner({}) }}" >> prototype/app/views/index.html && echo "{{ tnaPicture({}) }}" >> prototype/app/views/index.html && - echo "{{ tnaProfile({}) }}" >> prototype/app/views/index.html && echo "{{ tnaSensitiveImage({}) }}" >> prototype/app/views/index.html && echo "{{ tnaSkipLink({}) }}" >> prototype/app/views/index.html && echo "{{ tnaTabs({}) }}" >> prototype/app/views/index.html && diff --git a/src/nationalarchives/components/_index.scss b/src/nationalarchives/components/_index.scss index e1e938a7..f8541a79 100644 --- a/src/nationalarchives/components/_index.scss +++ b/src/nationalarchives/components/_index.scss @@ -13,7 +13,6 @@ @use "pagination"; @use "phase-banner"; @use "picture"; -@use "profile"; @use "sensitive-image"; @use "skip-link"; @use "tabs"; diff --git a/src/nationalarchives/components/footer/template.njk b/src/nationalarchives/components/footer/template.njk index 044dbb8b..b7a4b9ad 100644 --- a/src/nationalarchives/components/footer/template.njk +++ b/src/nationalarchives/components/footer/template.njk @@ -56,7 +56,7 @@