diff --git a/src/components/design/header/Header.astro b/src/components/design/header/Header.astro
index e810a9ea..f0e6aceb 100644
--- a/src/components/design/header/Header.astro
+++ b/src/components/design/header/Header.astro
@@ -1,119 +1,92 @@
-
+---
+import Login from "#sidebarCards/card-login.svelte";
-
+---
-
-
\ No newline at end of file
diff --git a/src/components/design/sidebars/right/SidebarRight.astro b/src/components/design/sidebars/right/SidebarRight.astro
index dd15f556..d835f63d 100644
--- a/src/components/design/sidebars/right/SidebarRight.astro
+++ b/src/components/design/sidebars/right/SidebarRight.astro
@@ -1,5 +1,4 @@
---
-import Login from "#sidebarCards/card-login_1.svelte";
import Contact from "#sidebarCards/card-contact.svelte";
import Review from "#sidebarCards/card-review.svelte";
import VApromo from "#sidebarCards/card-VA-promo.svelte";
@@ -11,7 +10,7 @@ import BAGpromo from "#sidebarCards/card-BA-G-promo.svelte";
-
+