Fix about intros

This commit is contained in:
Fred Carlsen
2018-12-17 18:03:33 +01:00
parent 312d864936
commit 73e8563413
2 changed files with 11 additions and 2 deletions

View File

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

View File

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