Skip to content

Commit

Permalink
[PRMP-1334] - Replace 'Crown copyright' with 'NHS England' in footer (#…
Browse files Browse the repository at this point in the history
…486)

* [PRMP-1334] - Replace 'Crown copyright' to 'NHS England' in footer

* [PRMP-1334] - Hardcode text colour in NHSFooter.Copyright
  • Loading branch information
MohammadIqbalAD-NHS authored Dec 19, 2024
1 parent 2bc003e commit 735f574
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/components/layout/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ function Footer() {
Privacy notice
</NHSFooter.ListItem>
</NHSFooter.List>
<NHSFooter.Copyright>&copy; {'Crown copyright'}</NHSFooter.Copyright>
{/* TODO - PRMP-1348: Remove hardcoded styling below if no longer required */}
<NHSFooter.Copyright style={{ color: '#231f20' }}>
&copy; {'NHS England'}
</NHSFooter.Copyright>
</NHSFooter>
);
}
Expand Down

0 comments on commit 735f574

Please sign in to comment.