diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro
index 92f967e..75d3832 100644
--- a/src/components/Navigation.astro
+++ b/src/components/Navigation.astro
@@ -27,7 +27,7 @@ const transPrideWhite = "#ffffff";
site information
- - home
+ - home
- about
- why
- who
diff --git a/src/layouts/BasicLayout.astro b/src/layouts/BasicLayout.astro
index 6c88f0a..7130be3 100644
--- a/src/layouts/BasicLayout.astro
+++ b/src/layouts/BasicLayout.astro
@@ -6,5 +6,7 @@ import Footer from "../components/Footer.astro";
-
+
+
+
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index fc480d7..09161c1 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -48,7 +48,6 @@ const emmaNews = [
-
welcome to {pageTitle}
@@ -65,7 +64,6 @@ const emmaNews = [
{emmaNews.map((news) =>
- {news}
)}
-