Skip to content

Commit 735f574

Browse files
[PRMP-1334] - Replace 'Crown copyright' with 'NHS England' in footer (#486)
* [PRMP-1334] - Replace 'Crown copyright' to 'NHS England' in footer * [PRMP-1334] - Hardcode text colour in NHSFooter.Copyright
1 parent 2bc003e commit 735f574

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/components/layout/footer/Footer.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ function Footer() {
1616
Privacy notice
1717
</NHSFooter.ListItem>
1818
</NHSFooter.List>
19-
<NHSFooter.Copyright>&copy; {'Crown copyright'}</NHSFooter.Copyright>
19+
{/* TODO - PRMP-1348: Remove hardcoded styling below if no longer required */}
20+
<NHSFooter.Copyright style={{ color: '#231f20' }}>
21+
&copy; {'NHS England'}
22+
</NHSFooter.Copyright>
2023
</NHSFooter>
2124
);
2225
}

0 commit comments

Comments
 (0)