diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 05:29:21 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-12-19 05:29:21 +0800 |
commit | 67521da5c1dcb39d6f0349e67eb05b17c3771a71 (patch) | |
tree | bd2102b39236adbf20ecced1d5731564da595692 /packages/website/ts/@next/pages/ecosystem.tsx | |
parent | 9bd71aeeffbadebb41756a605ef6a0aacbfd47c4 (diff) | |
download | dexon-0x-contracts-67521da5c1dcb39d6f0349e67eb05b17c3771a71.tar.gz dexon-0x-contracts-67521da5c1dcb39d6f0349e67eb05b17c3771a71.tar.zst dexon-0x-contracts-67521da5c1dcb39d6f0349e67eb05b17c3771a71.zip |
useAnchorTag -> shouldUseAnchorTag
Diffstat (limited to 'packages/website/ts/@next/pages/ecosystem.tsx')
-rw-r--r-- | packages/website/ts/@next/pages/ecosystem.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/@next/pages/ecosystem.tsx b/packages/website/ts/@next/pages/ecosystem.tsx index ab73cc52f..3d3e219a2 100644 --- a/packages/website/ts/@next/pages/ecosystem.tsx +++ b/packages/website/ts/@next/pages/ecosystem.tsx @@ -69,7 +69,7 @@ export const NextEcosystem = () => ( href={constants.URL_ECOSYSTEM_APPLY} isWithArrow={true} isAccentColor={true} - useAnchorTag={true} + shouldUseAnchorTag={true} > Apply now </Button> @@ -77,7 +77,7 @@ export const NextEcosystem = () => ( href={constants.URL_ECOSYSTEM_BLOG_POST} isWithArrow={true} isAccentColor={true} - useAnchorTag={true} + shouldUseAnchorTag={true} target="_blank" > Learn More |