From 51752bd2bd15825d5ad20d83046b7304477f7449 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 22 Sep 2021 22:23:19 +0100 Subject: [PATCH] added Cal Sans (#709) * added Cal Sans * Delete EmptyScreen.tsx --- components/Dialog.tsx | 2 +- components/ImageUploader.tsx | 2 +- components/booking/pages/AvailabilityPage.tsx | 4 +- components/booking/pages/BookingPage.tsx | 4 +- components/security/ChangePasswordSection.tsx | 2 +- components/security/TwoFactorAuthSection.tsx | 2 +- components/security/TwoFactorModalHeader.tsx | 2 +- components/team/EditTeam.tsx | 4 +- pages/404.tsx | 2 +- pages/[user].tsx | 2 +- pages/auth/forgot-password/[id].tsx | 8 +- pages/auth/forgot-password/index.tsx | 4 +- pages/auth/login.tsx | 4 +- pages/auth/signup.tsx | 2 +- pages/cancel/[uid].tsx | 4 +- pages/integrations/index.tsx | 2 +- pages/settings/embed.tsx | 4 +- pages/settings/teams.tsx | 2 +- pages/team/[slug].tsx | 2 +- public/cal.ttf | Bin 0 -> 31136 bytes styles/globals.css | 313 +++++++++--------- tailwind.config.js | 2 +- 22 files changed, 194 insertions(+), 179 deletions(-) create mode 100644 public/cal.ttf diff --git a/components/Dialog.tsx b/components/Dialog.tsx index c37576b959..c629c81183 100644 --- a/components/Dialog.tsx +++ b/components/Dialog.tsx @@ -32,7 +32,7 @@ type DialogHeaderProps = { export function DialogHeader({ title, subtitle }: DialogHeaderProps) { return (
-
diff --git a/components/ImageUploader.tsx b/components/ImageUploader.tsx index 14f7dff227..dc2a995401 100644 --- a/components/ImageUploader.tsx +++ b/components/ImageUploader.tsx @@ -142,7 +142,7 @@ export default function ImageUploader({ target, id, buttonMsg, handleAvatarChang
-
diff --git a/components/booking/pages/AvailabilityPage.tsx b/components/booking/pages/AvailabilityPage.tsx index d9be1e0386..075a930a0e 100644 --- a/components/booking/pages/AvailabilityPage.tsx +++ b/components/booking/pages/AvailabilityPage.tsx @@ -166,7 +166,9 @@ const AvailabilityPage = ({ profile, eventType, workingHours }: AvailabilityPage size={10} truncateAfter={3} /> -

{profile.name}

+

+ {profile.name} +

{eventType.title}

diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index 0b0d76a661..9ee787c2fb 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -200,7 +200,9 @@ const BookingPage = (props: BookingPageProps) => { })) )} /> -

{props.profile.name}

+

+ {props.profile.name} +

{props.eventType.title}

diff --git a/components/security/ChangePasswordSection.tsx b/components/security/ChangePasswordSection.tsx index ae8fd5352e..7afe1b99a6 100644 --- a/components/security/ChangePasswordSection.tsx +++ b/components/security/ChangePasswordSection.tsx @@ -60,7 +60,7 @@ const ChangePasswordSection = () => { return ( <>
-

Change Password

+

Change Password

diff --git a/components/security/TwoFactorAuthSection.tsx b/components/security/TwoFactorAuthSection.tsx index 70888232a0..c19bfcb042 100644 --- a/components/security/TwoFactorAuthSection.tsx +++ b/components/security/TwoFactorAuthSection.tsx @@ -14,7 +14,7 @@ const TwoFactorAuthSection = ({ twoFactorEnabled }: { twoFactorEnabled: boolean return ( <>
-

Two-Factor Authentication

+

Two-Factor Authentication

{enabled ? "Enabled" : "Disabled"} diff --git a/components/security/TwoFactorModalHeader.tsx b/components/security/TwoFactorModalHeader.tsx index 68288ba360..73c3632ee1 100644 --- a/components/security/TwoFactorModalHeader.tsx +++ b/components/security/TwoFactorModalHeader.tsx @@ -8,7 +8,7 @@ const TwoFactorModalHeader = ({ title, description }: { title: string; descripti
-

{description}

diff --git a/components/team/EditTeam.tsx b/components/team/EditTeam.tsx index 17bc9029b2..57c62107f6 100644 --- a/components/team/EditTeam.tsx +++ b/components/team/EditTeam.tsx @@ -144,7 +144,7 @@ export default function EditTeam(props: { team: Team | undefined | null; onClose

-

Profile

+

Profile

{hasErrors && }
@@ -214,7 +214,7 @@ export default function EditTeam(props: { team: Team | undefined | null; onClose
-

Members

+

Members