This commit is contained in:
Steve Klebanoff
2018-12-17 17:00:06 -08:00
parent 50110b3725
commit e34aa4d859

View File

@@ -116,8 +116,8 @@ const HeroActions = () => (
Get Started
</Button>
<Button to={constants.URL_LAUNCH_KIT_BLOG_POST} isTransparent={true} isInline={true}>
Learn More
<Button href={constants.URL_LAUNCH_KIT_BLOG_POST} isTransparent={true} isInline={true} target="_blank">
Learn More!
</Button>
</React.Fragment>
);