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';
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.
+