Skip to content

Commit

Permalink
layout fixes and copy content.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-cognizant committed Mar 11, 2024
1 parent ff82265 commit 28155d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/server/common/templates/layouts/page.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% from "radios/macro.njk" import govukRadios -%}


{% set mainClasses = "app-main-wrapper" %}
{% set mainClasses = "govuk-main-wrapper" %}

{% block headIcons %}
<link rel="icon" sizes="48x48" href="{{ getAssetPath("images/favicon.ico") }}">
Expand Down Expand Up @@ -53,7 +53,7 @@
{%if page != "home"%}
{{ govukPhaseBanner({
tag: {
text: "BETA"
text: "Beta"
},
html: 'This is a new service – your <a class="govuk-link" href="/aqie-front-end/feedback">feedback</a> will help us to improve it.'
}) }}
Expand Down
5 changes: 0 additions & 5 deletions src/server/search-location/index.njk
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{% extends 'layouts/page.njk' %}

{% block content %}
{{ appHeading({
text: "",
caption: ""
}) }}

{% call appPageBody() %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
Expand Down

0 comments on commit 28155d1

Please sign in to comment.