diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 9dc495f..4282b5b 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -242,3 +242,5 @@ import Authentication from "./Authentication.astro";
});
});
+
+
\ No newline at end of file
diff --git a/src/components/ui/links/NavLink.astro b/src/components/ui/links/NavLink.astro
index 0900f4f..b39f149 100644
--- a/src/components/ui/links/NavLink.astro
+++ b/src/components/ui/links/NavLink.astro
@@ -23,20 +23,20 @@ If URL is '/' (home page), assign ID as 'home'
\ No newline at end of file
diff --git a/src/layouts/MainLayout.astro b/src/layouts/MainLayout.astro
index 1ac4566..d51e71e 100644
--- a/src/layouts/MainLayout.astro
+++ b/src/layouts/MainLayout.astro
@@ -27,7 +27,7 @@ interface Props {
document.documentElement.classList.remove("dark");
}
-
+
-