From 60b9f7ee15c28ad253444b9f9e9b90ab4b8e5956 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 18:30:30 +0200 Subject: [PATCH 1/7] replaced logo at login --- pages/auth/login.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/auth/login.tsx b/pages/auth/login.tsx index fbc608a8..ac68957a 100644 --- a/pages/auth/login.tsx +++ b/pages/auth/login.tsx @@ -10,7 +10,7 @@ export default function Login({ csrfToken }) {
- Calendso Logo + Calendso Logo

Sign in to your account

@@ -69,7 +69,10 @@ export default function Login({ csrfToken }) {
- Don't have an account? Create an account + Don't have an account?{" "} + + Create an account +
From aaa86888db8297e3fc2b638486868bab24ea5fd6 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 18:31:49 +0200 Subject: [PATCH 2/7] added create account link for hosted --- pages/auth/login.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/auth/login.tsx b/pages/auth/login.tsx index ac68957a..bf83b392 100644 --- a/pages/auth/login.tsx +++ b/pages/auth/login.tsx @@ -69,8 +69,8 @@ export default function Login({ csrfToken }) {
- Don't have an account?{" "} - + Don't have an account? {/* replace this with your account creation flow */} + Create an account
From d08b4ba0f369edc03ad28db65f9370c3b5317e62 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 18:32:45 +0200 Subject: [PATCH 3/7] changed colors of password reset --- pages/auth/forgot-password/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/auth/forgot-password/index.tsx b/pages/auth/forgot-password/index.tsx index 98a60bbe..f3a29636 100644 --- a/pages/auth/forgot-password/index.tsx +++ b/pages/auth/forgot-password/index.tsx @@ -113,7 +113,7 @@ export default function Page({ csrfToken }) { From 0eb7cea1e1519bbbda5b7277f36270f86040c38b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Mon, 2 Aug 2021 18:38:02 +0200 Subject: [PATCH 4/7] fixed integration CTA --- pages/integrations/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 0740271a..f7ad0c36 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -99,8 +99,8 @@ export default function Home({ integrations }) { -
+ noPaddingBottom + CTA={ -
+ }>
{integrations.filter((ig) => ig.credential).length !== 0 ? (