diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-15 04:51:09 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-15 04:51:09 +0800 |
commit | 76a4468b85035901c862e43c60c7bd3077dc8eb5 (patch) | |
tree | 9f6b08685f08525da350977214be82a1ace67530 /packages/website | |
parent | 361dc29338de03f3a8e4164f87bcdf20f2f15915 (diff) | |
download | dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar.gz dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar.bz2 dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar.lz dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar.xz dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.tar.zst dexon-sol-tools-76a4468b85035901c862e43c60c7bd3077dc8eb5.zip |
Change chapter link
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/components/aboutPageLayout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/aboutPageLayout.tsx b/packages/website/ts/@next/components/aboutPageLayout.tsx index 58ac2ff83..97e709471 100644 --- a/packages/website/ts/@next/components/aboutPageLayout.tsx +++ b/packages/website/ts/@next/components/aboutPageLayout.tsx @@ -21,7 +21,7 @@ export const AboutPageLayout = (props: Props) => ( <SiteWrap theme="light"> <Section isFlex={true} maxWidth="1170px" wrapWidth="100%"> <Column> - <ChapterLink to="/next/about/mission">Our Mission</ChapterLink> + <ChapterLink to="/next/about/mission">Mission</ChapterLink> <ChapterLink to="/next/about/team">Team</ChapterLink> <ChapterLink to="/next/about/press">Press</ChapterLink> <ChapterLink to="/next/about/jobs">Jobs</ChapterLink> |