Skip to content

Commit

Permalink
Correct meta-data and use correct menu
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Aug 9, 2024
1 parent 8d4e77b commit a44a114
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +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';
export const section = 'Content style guide';

const biometricsSign = require('../../../../assets/images/content-style-guide/Biometrics sign.png');

Expand Down

1 comment on commit a44a114

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.