Skip to content

Commit

Permalink
Add id to get in touch and try it free buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Feb 21, 2025
1 parent 118d302 commit 0591cec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/PricingCalculator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const PricingCalculator = ({
</p>
<OpenHubspotModal
buttonLabel="Get in touch"
buttonId="section-one-hubspot"
buttonId="get-in-touch-button/pricing-calculator-banner"
formId="698e6716-f38b-4bd5-9105-df9ba220e29b"
/>
</div>
Expand Down Expand Up @@ -328,7 +328,11 @@ export const PricingCalculator = ({
</div>
</div>
</div>
<OutboundLinkFilled target="_blank" href={dashboardRegisterUrl}>
<OutboundLinkFilled
id="try-it-free-button/pricing-calculator"
target="_blank"
href={dashboardRegisterUrl}
>
Try it Free
</OutboundLinkFilled>
{!isInGetInTouchRange ? (
Expand Down

0 comments on commit 0591cec

Please sign in to comment.