Skip to content

Commit

Permalink
Switch button colors on homepage (#1418)
Browse files Browse the repository at this point in the history
* Switch button colors on homepage

* Move margins
  • Loading branch information
dtuite authored Oct 23, 2024
1 parent 016eb0b commit 2bfbb25
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/components/landing/VideoHero/VideoHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@ const CallToAction = () => (
<div>
<Button
link={true}
to={PAGE_PATHS.freeTrial}
to={PAGE_PATHS.requestDemo}
color="primary"
text="Try it free"
text="Request a demo"
size="large"
fullWidth={true}
/>
</div>

<div className="mt-3 sm:mt-0 sm:ml-3">
<Button
link={true}
to={PAGE_PATHS.requestDemo}
to={PAGE_PATHS.freeTrial}
text="Try it free"
color="secondary"
text="Request a demo"
size="large"
fullWidth={true}
/>
Expand Down

0 comments on commit 2bfbb25

Please sign in to comment.