Skip to content

Commit

Permalink
Merge pull request #599 from UKHomeOffice/voice-and-tone-dacm
Browse files Browse the repository at this point in the history
Fixes for Voice and Tone PR
  • Loading branch information
Sarah-Lombardi authored Aug 27, 2024
2 parents d2c5071 + a44a114 commit cbbc982
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions apps/docs/src/common/pages/content-style-guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export const menu = (
{
href: '/content-style-guide/designing-for-limited-english',
text: 'Designing for users with limited English'
},
{
href: '/content-style-guide/voice-and-tone',
text: 'Voice and tone'
}
]} />
</Fragment>
Expand Down
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
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 title = 'Voice and tone';
const description = 'Voice and tone';
export const section = 'Content style guide';

const Page: FC<PageProps> = ({ location }) => (
<div className="govuk-grid-row">
Expand All @@ -24,8 +22,8 @@
</div>
<div className="govuk-grid-column-three-quarters">
<h1>
<span className="caption">Content style guide</span>
Voice and tone
<span className="caption">{section}</span>
{title}
</h1>
<h2 id="home-office-voice">Home Office voice</h2>
<p>Our voice should be consistent across all our products and services. It is who we are and how we want others to see us.</p>
Expand Down

1 comment on commit cbbc982

@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.