Skip to content

Commit 036a653

Browse files
authored
Apply suggestions from code review
1 parent 4c49ca0 commit 036a653

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/components/EnterprisePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function EnterprisePage() {
5454
buttons={
5555
<div className="space-y-2 rtl:space-x-reverse sm:space-x-2">
5656
<ButtonGroup>
57-
<Button color="primary" href="https://go.cal.com/enterprise" target="_blank">
57+
<Button color="primary" href="https://go.cal.com/quote" target="_blank">
5858
{t("contact_sales")}
5959
</Button>
6060
<Button color="minimal" href="https://cal.com/enterprise" target="_blank">

apps/web/components/settings/platform/pricing/platform-pricing/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const PlatformPricing = ({ teamId, teamPlan, heading }: PlatformPricingPr
4141

4242
const handleStripeSubscription = async (plan: string) => {
4343
if (plan === "Enterprise") {
44-
router.push("https://go.cal.com/enterprise");
44+
router.push("https://go.cal.com/quote");
4545
}
4646

4747
if (currentPage === "platform") {

packages/features/ee/teams/components/TeamList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function TeamList(props: Props) {
101101
"As an organization owner, you are in charge of every team account. You can make changes with admin-only tools and see organization wide analytics in one place."
102102
)}
103103
actionButton={{
104-
href: "https://go.cal.com/enterprise",
104+
href: "https://go.cal.com/quote",
105105
child: t("learn_more"),
106106
}}
107107
/>

0 commit comments

Comments
 (0)