From 8018c63a93e1fcaaaef2aa5db4de9b19197b447e Mon Sep 17 00:00:00 2001 From: Mohammad Iqbal Date: Thu, 12 Dec 2024 14:52:12 +0000 Subject: [PATCH 1/2] [PRMP-1334] - Replace 'Crown copyright' to 'NHS England' in footer --- app/src/components/layout/footer/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/layout/footer/Footer.tsx b/app/src/components/layout/footer/Footer.tsx index f1a0e46e4..6e4958fe9 100644 --- a/app/src/components/layout/footer/Footer.tsx +++ b/app/src/components/layout/footer/Footer.tsx @@ -16,7 +16,7 @@ function Footer() { Privacy notice - © {'Crown copyright'} + © {'NHS England'} ); } From 956fdcdc26152a9b074365b134dfbacb51315136 Mon Sep 17 00:00:00 2001 From: Mohammad Iqbal Date: Fri, 13 Dec 2024 11:30:34 +0000 Subject: [PATCH 2/2] [PRMP-1334] - Hardcode text colour in NHSFooter.Copyright --- app/src/components/layout/footer/Footer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/components/layout/footer/Footer.tsx b/app/src/components/layout/footer/Footer.tsx index 6e4958fe9..f7a961127 100644 --- a/app/src/components/layout/footer/Footer.tsx +++ b/app/src/components/layout/footer/Footer.tsx @@ -16,7 +16,10 @@ function Footer() { Privacy notice - © {'NHS England'} + {/* TODO - PRMP-1348: Remove hardcoded styling below if no longer required */} + + © {'NHS England'} + ); }