diff --git a/src/components/Project.astro b/src/components/Project.astro
index 2608d99..fb7d029 100644
--- a/src/components/Project.astro
+++ b/src/components/Project.astro
@@ -17,7 +17,7 @@ const { title, description, href, cd = "cd ~/projects/" } = Astro.props;
{title}
{description}
-
+
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 382fcef..2b4c037 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -5,7 +5,7 @@ import Project from "@components/Project.astro";