aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
diff options
context:
space:
mode:
authorFred Carlsen <fred@sjelfull.no>2018-12-18 01:03:33 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-18 01:03:50 +0800
commit73e856341377da09792e260c2ab4af3651097d27 (patch)
tree781069940611e74e08701991a9cdc9d9bb1907fa /packages/website
parent312d864936a0f930a09dcb0739f0e498ea42feac (diff)
downloaddexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar.gz
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar.bz2
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar.lz
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar.xz
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.tar.zst
dexon-sol-tools-73e856341377da09792e260c2ab4af3651097d27.zip
Fix about intros
Diffstat (limited to 'packages/website')
-rw-r--r--packages/website/ts/@next/pages/about/jobs.tsx11
-rw-r--r--packages/website/ts/@next/pages/about/press.tsx2
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/website/ts/@next/pages/about/jobs.tsx b/packages/website/ts/@next/pages/about/jobs.tsx
index 3e117f528..fe65820d6 100644
--- a/packages/website/ts/@next/pages/about/jobs.tsx
+++ b/packages/website/ts/@next/pages/about/jobs.tsx
@@ -43,7 +43,16 @@ const positions: PositionProps[] = [
export const NextAboutJobs = () => (
<AboutPageLayout
title="Join Us in Our Mission"
- description="To create a tokenized world where all value can flow freely. We are growing an ecosystem of businesses and projects by solving difficult challenges to make our technology intuitive, flexible, and accessible to all. Join us in building infrastructure upon which the exchange of all assets will take place."
+ description={
+ <>
+ <Paragraph size="medium">
+ To create a tokenized world where all value can flow freely.
+ </Paragraph>
+ <Paragraph size="medium">
+ We are growing an ecosystem of businesses and projects by solving difficult challenges to make our technology intuitive, flexible, and accessible to all. Join us in building infrastructure upon which the exchange of all assets will take place.
+ </Paragraph>
+ </>
+ }
linkLabel="Our mission and values"
linkUrl="/mission"
>
diff --git a/packages/website/ts/@next/pages/about/press.tsx b/packages/website/ts/@next/pages/about/press.tsx
index 9ee701c79..7d8dfccab 100644
--- a/packages/website/ts/@next/pages/about/press.tsx
+++ b/packages/website/ts/@next/pages/about/press.tsx
@@ -50,7 +50,7 @@ export const NextAboutPress = () => (
title="Press Highlights"
description={
<>
- <Paragraph marginBottom="60px">
+ <Paragraph size="medium" marginBottom="60px">
Want to write about 0x? <a href="#">Get in touch</a>, or <a href="#">download our press kit</a>.
</Paragraph>