diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-10 21:28:29 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-10 21:49:12 +0800 |
commit | 0341ced3f35df5cf63594fe801ee193930dcf5cb (patch) | |
tree | 7802e5b7cd5259fbd63c1b0ed97d421801bcae1b /packages/website/ts/@next/pages | |
parent | 4f6c95b0ca91c526d72ffb62ee8f53d2f02a050d (diff) | |
download | dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar.gz dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar.bz2 dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar.lz dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar.xz dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.tar.zst dexon-sol-tools-0341ced3f35df5cf63594fe801ee193930dcf5cb.zip |
Add link to mission
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/about/mission.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/about/mission.tsx b/packages/website/ts/@next/pages/about/mission.tsx index 234f7254d..782f1e1b5 100644 --- a/packages/website/ts/@next/pages/about/mission.tsx +++ b/packages/website/ts/@next/pages/about/mission.tsx @@ -4,6 +4,7 @@ import styled from 'styled-components'; import { Image } from 'ts/@next/components/image'; import { Column, Section, Wrap } from 'ts/@next/components/layout'; +import { Link } from 'ts/@next/components/link'; import { SiteWrap } from 'ts/@next/components/siteWrap'; import { Heading, Paragraph } from 'ts/@next/components/text'; @@ -24,7 +25,7 @@ export const NextAboutMission = () => ( <Column colWidth="2/3"> <Heading size="medium">Creating a tokenized world where all value can flow freely.</Heading> <Paragraph size="medium">0x Protocol is an important infrastructure layer for the emerging crypto economy and enables markets to be created that couldn't have existed before. As more assets become tokenized, public blockchains provide the opportunity to establish a new financial stack that is more efficient, transparent, and equitable than any system in the past.</Paragraph> - <Paragraph>Our missions and values (arrow)</Paragraph> + <Link href="/mission">Our missions and values</Link> </Column> </Wrap> </Section> |