-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(PPNKD-554): update website copy guides section (#372)
* docs(PPNKD-554): section copy changes * docs(PPNKD-554): contact us copy changes * docs(PPNKD-554): fix break lines for links Co-authored-by: James Spencer <[email protected]>
- Loading branch information
1 parent
4289845
commit 58e7351
Showing
2 changed files
with
78 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>{' '} | ||
|
@@ -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. | ||
</> | ||
|
@@ -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> | ||
|
Oops, something went wrong.