aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/sections/landing/hero.tsx
diff options
context:
space:
mode:
authorEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-13 23:39:03 +0800
committerEzekiel Aquino <ezekiel@bakkenbaeck.no>2018-12-13 23:39:19 +0800
commit81690d1ce508fc40ab90aff3539359efe7a93dba (patch)
tree4b1a0264785eaae52245845021aa1ae7ff4e1209 /packages/website/ts/@next/components/sections/landing/hero.tsx
parentf846e2f6e07bdcfc410e44c86528ba1cefe94810 (diff)
downloaddexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar.gz
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar.bz2
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar.lz
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar.xz
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.tar.zst
dexon-0x-contracts-81690d1ce508fc40ab90aff3539359efe7a93dba.zip
Removes <Link> component, clean up Button.tsx
Diffstat (limited to 'packages/website/ts/@next/components/sections/landing/hero.tsx')
-rw-r--r--packages/website/ts/@next/components/sections/landing/hero.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/hero.tsx b/packages/website/ts/@next/components/sections/landing/hero.tsx
index 513fa9867..8c9d4376f 100644
--- a/packages/website/ts/@next/components/sections/landing/hero.tsx
+++ b/packages/website/ts/@next/components/sections/landing/hero.tsx
@@ -21,7 +21,7 @@ const HeroActions = () => (
Get Started
</Button>
- <Button href="/why" isTransparent={true} isInline={true}>
+ <Button to="/next/why" isTransparent={true} isInline={true}>
Learn More
</Button>
</>