From 956fdcdc26152a9b074365b134dfbacb51315136 Mon Sep 17 00:00:00 2001 From: Mohammad Iqbal Date: Fri, 13 Dec 2024 11:30:34 +0000 Subject: [PATCH] [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'} + ); }