diff --git a/.env.example b/.env.example index ed0977341b..15b02c6846 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,7 @@ BASE_URL='http://localhost:3000' # Required for Vercel hosting - set NEXTAUTH_URL to equal your BASE_URL # NEXTAUTH_URL='http://localhost:3000' -# Remove this var if you don't want Calendso to collect anonymous usage +# Remove this var if you don't want Cal to collect anonymous usage NEXT_PUBLIC_TELEMETRY_KEY=js.2pvs2bbpqq1zxna97wcml.oi2jzirnbj1ev4tc57c5r # Used for the Office 365 / Outlook.com Calendar integration @@ -21,7 +21,7 @@ ZOOM_CLIENT_SECRET= # E-mail settings -# Calendso uses nodemailer (@see https://nodemailer.com/about/) to provide email sending. As such we are trying to +# Cal uses nodemailer (@see https://nodemailer.com/about/) to provide email sending. As such we are trying to # allow access to the nodemailer transports from the .env file. E-mail templates are accessible within lib/emails/ # Configures the global From: header whilst sending emails. diff --git a/README.md b/README.md index 76180709ba..b4d6789103 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@

- Join Calendso Slack + Join Cal.com Slack Product Hunt Github Stars Hacker News @@ -38,13 +38,12 @@ booking-screen - # Scheduling infrastructure for absolutely everyone. The open source Calendly alternative. You are in charge of your own data, workflow and appearance. -Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes and even calls with our families. However, most tools are very limited in terms of control and customisations. +Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes and even calls with our families. However, most tools are very limited in terms of control and customisations. That's where Cal.com comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data. @@ -90,12 +89,11 @@ You will also need Google API credentials. You can get this from the [Google API > - **Requires Docker to be installed** > - Will start a local Postgres instance with a few test users - the credentials will be logged in the console - ```bash git clone git@github.com:calendso/calendso.git cd calendso yarn -yarn dx +yarn dx ``` #### Manual diff --git a/components/Logo.tsx b/components/Logo.tsx index 23c26a10e4..2d99aa2eaa 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -4,8 +4,8 @@ export default function Logo({ small }: { small?: boolean }) { Calendso diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index dceb54c206..c51a5aa653 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -148,7 +148,7 @@ const BookingPage = (props: any): JSX.Element => { {rescheduleUid ? "Reschedule" : "Confirm"} your {props.eventType.title} with {props.profile.name}{" "} - | Calendso + | Cal.com diff --git a/components/seo/head-seo.tsx b/components/seo/head-seo.tsx index 5155e70426..631369e897 100644 --- a/components/seo/head-seo.tsx +++ b/components/seo/head-seo.tsx @@ -87,7 +87,7 @@ export const HeadSeo: React.FC = (props) => nextSeoProps = {}, } = props; - const pageTitle = title + " | Calendso"; + const pageTitle = title + " | Cal.com"; let seoObject = buildSeoMeta({ title: pageTitle, image, description, canonical, siteName }); if (name && avatar) { diff --git a/components/team/EditTeam.tsx b/components/team/EditTeam.tsx index cb3ffa0e5f..02d96d7d36 100644 --- a/components/team/EditTeam.tsx +++ b/components/team/EditTeam.tsx @@ -242,9 +242,9 @@ export default function EditTeam(props: { team: Team | undefined | null; onClose

-

Hide all Calendso branding from your public pages.

+

Hide all Cal.com branding from your public pages.


diff --git a/components/ui/PoweredByCalendso.tsx b/components/ui/PoweredByCalendso.tsx index 1e0ce6ab23..fdaf98ceab 100644 --- a/components/ui/PoweredByCalendso.tsx +++ b/components/ui/PoweredByCalendso.tsx @@ -9,13 +9,13 @@ const PoweredByCalendso = () => ( style={{ top: -2 }} className="dark:hidden w-auto inline h-3 relative" src="/calendso-logo-word.svg" - alt="Calendso Logo" + alt="Cal.com Logo" /> Calendso Logo diff --git a/lib/config/next-seo.config.ts b/lib/config/next-seo.config.ts index 669c0af454..b87f6bc430 100644 --- a/lib/config/next-seo.config.ts +++ b/lib/config/next-seo.config.ts @@ -15,7 +15,7 @@ export const seoConfig: { defaultNextSeo: DefaultSeoProps; } = { headSeo: { - siteName: "Calendso", + siteName: "Cal.com", }, defaultNextSeo: { twitter: { diff --git a/pages/404.tsx b/pages/404.tsx index a2f79a0cc1..4b332fcfcc 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -54,7 +54,7 @@ export default function Custom404() { Check for spelling mistakes or go back to the previous page. ) : ( - + The username calendso.com{username} is still available. Register now. @@ -65,9 +65,7 @@ export default function Custom404() { {!isEventType404 && (