fix(site): use consistent contact sales URL (#23607)

This commit is contained in:
david-fraley
2026-03-25 16:09:48 +00:00
committed by GitHub
parent fb5c3b5800
commit 9d0945fda7
@@ -54,7 +54,9 @@ const PaywallAIGovernance = () => {
</span>
</PaywallFeature>
</PaywallFeatures>
<PaywallCTA href="https://coder.com/contact">Contact Sales</PaywallCTA>
<PaywallCTA href="https://coder.com/contact/sales">
Contact Sales
</PaywallCTA>
</PaywallStack>
</Paywall>
);