From 373ebdbe38c00b1edcc4e255e71e1bc9a38c9c4b Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 14 Dec 2018 22:38:43 +0100 Subject: Copy fixes --- packages/website/ts/@next/pages/about/jobs.tsx | 2 +- packages/website/ts/@next/pages/about/mission.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx index d707c8d39..3e117f528 100644 --- a/packages/website/ts/@next/pages/about/jobs.tsx +++ b/packages/website/ts/@next/pages/about/jobs.tsx @@ -50,7 +50,7 @@ export const NextAboutJobs = () => (
- Powered by a Diverse Worldwide Community + Powered by a Diverse, Global Community diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx index bc52b4bb5..78602f8ad 100644 --- a/packages/website/ts/@next/pages/about/mission.tsx +++ b/packages/website/ts/@next/pages/about/mission.tsx @@ -20,7 +20,7 @@ const values = [ icon: 'consistently-ship', }, { - title: 'Focus on long-term Impact', + title: 'Focus on Long-term Impact', description: 'We anticipate that over time, awareness of the fundamentally disruptive nature of frictionless global exchange will cause some to see this technology as a threat. There will be setbacks, some will claim that this technology is too disruptive, and we will face adversity. Persistence and a healthy long-term focus will see us through these battles.', icon: 'long-term-impact', }, -- cgit