From 40371cddedc69c9a03e325f422952dae9f286d01 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Thu, 4 May 2023 23:09:32 +0600 Subject: [PATCH] fix: notify for upcoming page (#3887) * chore: upcoming login * fix: subscribed button --- .../AuthenticationFlow/LoginPopup.astro | 2 +- src/components/BestPracticeHeader.astro | 2 - src/components/UpcomingForm.astro | 70 +++++++++++-------- src/icons/check.svg | 2 +- 4 files changed, 43 insertions(+), 33 deletions(-) diff --git a/src/components/AuthenticationFlow/LoginPopup.astro b/src/components/AuthenticationFlow/LoginPopup.astro index b3021e258..241f38564 100644 --- a/src/components/AuthenticationFlow/LoginPopup.astro +++ b/src/components/AuthenticationFlow/LoginPopup.astro @@ -27,6 +27,6 @@ import { GoogleButton } from './GoogleButton';
Don't have an account?{' '} - Sign up + Sign up
diff --git a/src/components/BestPracticeHeader.astro b/src/components/BestPracticeHeader.astro index 56b619108..aecb32fde 100644 --- a/src/components/BestPracticeHeader.astro +++ b/src/components/BestPracticeHeader.astro @@ -1,9 +1,7 @@ --- import BestPracticeHint from './BestPracticeHint.astro'; -import DownloadPopup from './DownloadPopup.astro'; import Icon from './AstroIcon.astro'; import LoginPopup from './AuthenticationFlow/LoginPopup.astro'; -import SubscribePopup from './SubscribePopup.astro'; export interface Props { title: string; diff --git a/src/components/UpcomingForm.astro b/src/components/UpcomingForm.astro index 22c888278..40efaf6fb 100644 --- a/src/components/UpcomingForm.astro +++ b/src/components/UpcomingForm.astro @@ -1,37 +1,49 @@ --- -import CaptchaFields from './Captcha/CaptchaFields.astro'; import Icon from './AstroIcon.astro'; --- -
-
+
+
- -

Please check back later or subscribe below.

+

Upcoming

+ + -
- - - - - - - - - + +
diff --git a/src/icons/check.svg b/src/icons/check.svg index fe7e41c6f..99ec2920b 100644 --- a/src/icons/check.svg +++ b/src/icons/check.svg @@ -1,3 +1,3 @@ - +