Skip to content

Commit 36c9ee9

Browse files
committed
Update footer - header needs some thought
1 parent 91c54b3 commit 36c9ee9

File tree

8 files changed

+13
-7
lines changed

8 files changed

+13
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@turf/length": "^7.0.0",
4545
"@turf/random": "^7.0.0",
4646
"govuk-frontend": "^5.1.0",
47-
"govuk-svelte": "github:acteng/govuk-svelte",
47+
"govuk-svelte": "github:acteng/govuk-svelte#update-frontend",
4848
"humanize-string": "^3.0.0",
4949
"js-cookie": "^3.0.5",
5050
"maplibre-gl": "^4.7.1",

src/pages/About.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@
104104
aboutHref="about.html"
105105
privacyHref="privacy.html"
106106
accessibilityHref="accessibility.html"
107+
footerTopBarColour="#007161"
107108
/>

src/pages/AccessibilityStatement.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@
136136
aboutHref="about.html"
137137
privacyHref="privacy.html"
138138
accessibilityHref="accessibility.html"
139+
footerTopBarColour="#007161"
139140
/>

src/pages/CleanLocalStorage.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,5 @@
120120
aboutHref="about.html"
121121
privacyHref="privacy.html"
122122
accessibilityHref="accessibility.html"
123+
footerTopBarColour="#007161"
123124
/>

src/pages/LandingPage.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@
5353
aboutHref="about.html"
5454
privacyHref="privacy.html"
5555
accessibilityHref="accessibility.html"
56+
footerTopBarColour="#007161"
5657
/>

src/pages/ManageFiles.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
aboutHref="about.html"
208208
privacyHref="privacy.html"
209209
accessibilityHref="accessibility.html"
210+
footerTopBarColour="#007161"
210211
/>
211212

212213
<style>

src/pages/PrivacyStatement.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@
111111
aboutHref="about.html"
112112
privacyHref="privacy.html"
113113
accessibilityHref="accessibility.html"
114+
footerTopBarColour="#007161"
114115
/>

0 commit comments

Comments
 (0)