Skip to content

Commit

Permalink
fix: Cal.com link fix (unkeyed#2175)
Browse files Browse the repository at this point in the history
* Cal.com link fix

* fmt
  • Loading branch information
harshsbhat authored Oct 4, 2024
1 parent 3edfe6f commit e56dcf3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please read through our [contributing guide](.github/CONTRIBUTING.md) before sta


## Let's talk
<a href="https://cal.com/team/unkey/unkey-chat??utm_source=banner&utm_campaign=oss"><img alt="Book us with Cal.com" src="https://cal.com/book-with-cal-dark.svg" /></a>
<a href="https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss"><img alt="Book us with Cal.com" src="https://cal.com/book-with-cal-dark.svg" /></a>
## Authors

<a href="https://github.com/unkeyed/unkey/graphs/contributors">
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/app/(app)/settings/billing/plans/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const tiers = {
},
custom: {
name: "Custom",
href: "https://cal.com/team/unkey/unkey-chat",
href: "https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss",
price: "Let's talk",
description: "We offer custom pricing for those with volume needs",
buttonText: "Schedule a call",
Expand Down
5 changes: 4 additions & 1 deletion apps/www/components/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ export const CTA: React.FC = () => {
}
>
<div className="flex flex-col items-center justify-center gap-6 mt-2 sm:mt-5 sm:flex-row">
<Link target="_blank" href="https://cal.com/team/unkey/unkey-chat?utm_campaign=oss">
<Link
target="_blank"
href="https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss"
>
<SecondaryButton label="Chat with us" IconRight={CalendarDays} />
</Link>
<Link href="https://app.unkey.com">
Expand Down
2 changes: 1 addition & 1 deletion apps/www/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const navigation = [
{ title: "OSS Friends", href: "/oss-friends" },
{
title: "Book a Call",
href: "https://cal.com/team/unkey/unkey-chat??utm_source=banner&utm_campaign=oss",
href: "https://cal.com/team/unkey/user-interview?utm_source=banner&utm_campaign=oss",
external: true,
},
],
Expand Down

0 comments on commit e56dcf3

Please sign in to comment.