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

+

{title}

-

{description}

+

{description}

+ + diff --git a/src/components/Login/AccountDropdown.astro b/src/components/Login/AccountDropdown.astro index 345f68afc..344b32d54 100644 --- a/src/components/Login/AccountDropdown.astro +++ b/src/components/Login/AccountDropdown.astro @@ -4,13 +4,13 @@ import Icon from '../Icon.astro';