diff --git a/apps/docs/src/common/pages/content-style-guide/designing-for-limited-english.tsx b/apps/docs/src/common/pages/content-style-guide/designing-for-limited-english.tsx index 2e2a7f88..7aea09ca 100644 --- a/apps/docs/src/common/pages/content-style-guide/designing-for-limited-english.tsx +++ b/apps/docs/src/common/pages/content-style-guide/designing-for-limited-english.tsx @@ -2,13 +2,11 @@ import { FC, createElement as h } from 'react'; import { Helmet } from 'react-helmet-async'; import { PageProps } from '@not-govuk/app-composer'; import { A } from '@not-govuk/components'; -import { menu } from '../accessibility' +import { menu } from '../content-style-guide' export const title = 'Limited English'; const description = 'Designing for people with limited English'; -export const section = 'Accessibility'; - -const biometricsSign = require('../../../../assets/images/content-style-guide/Biometrics sign.png'); +export const section = 'Content style guide'; const Page: FC = ({ location }) => (