diff --git a/src/components/BestPracticeHeader.astro b/src/components/BestPracticeHeader.astro
index 3b1c08734..38ac3971f 100644
--- a/src/components/BestPracticeHeader.astro
+++ b/src/components/BestPracticeHeader.astro
@@ -2,6 +2,7 @@
import BestPracticeHint from './BestPracticeHint.astro';
import DownloadPopup from './DownloadPopup.astro';
import Icon from './Icon.astro';
+import LoginPopup from './Login/LoginPopup.astro';
import SubscribePopup from './SubscribePopup.astro';
export interface Props {
@@ -15,23 +16,22 @@ const { title, description, bestPracticeId, isUpcoming = false } = Astro.props;
const isBestPracticeReady = !isUpcoming;
---
-
{description}
+{description}