Fix about intros
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user