Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(PPNKD-554): update website copy guides section #372

Merged
merged 4 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions site/pages/about/contact-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ const ContactUs = ({path, ...props}: LayoutProps) => (
<PageIntroduction
type="About"
name="Contact us"
introduction="Have a question about our design system? The NewsKit team is here to help you. "
introduction="Have a question about our design system? The NewsKit team is here to help."
hero={{illustration: 'about/contact-us-hero-illustration'}}
/>
</PageIntroductionContainer>

<ComponentPageCell>
<ContentSection sectionName="slack channel">
<ContentPrimary
headline="Slack Channel"
headline="Slack channel"
description={
<>
The NewsKit team maintains{' '}
The NewsKit team maintains the{' '}
<Link href="https://newsuktechnology.slack.com/archives/CTFGLAK9C">
#newskit
</Link>{' '}
Expand All @@ -64,7 +64,7 @@ const ContactUs = ({path, ...props}: LayoutProps) => (
headline="Contact NewsKit Design System"
description={
<>
For any enquiries related to to Newskit, please send an email to:{' '}
For enquiries related to NewsKit, please email{' '}
<Link href="mailto:[email protected]">[email protected]</Link>.
Our team will respond as quickly as possible.
</>
Expand All @@ -73,10 +73,10 @@ const ContactUs = ({path, ...props}: LayoutProps) => (
</ContentSection>
<ContentSection sectionName="contact newsUK">
<ContentPrimary
headline="Contact NewsUK"
headline="Contact News UK"
description={
<>
For any other enquiries related to NewsUK{' '}
For enquiries related to News UK{' '}
<Link href="https://www.news.co.uk/contact-us/" target="_blank">
click here.
</Link>
Expand Down
Loading