diff --git a/src/components/Project.astro b/src/components/Project.astro
index fb7d029..2279cca 100644
--- a/src/components/Project.astro
+++ b/src/components/Project.astro
@@ -12,12 +12,12 @@ interface Props {
const { title, description, href, cd = "cd ~/projects/" } = Astro.props;
---
-
+
{title}
{description}
-
+
diff --git a/src/pages/projects.astro b/src/pages/projects.astro
index 2b4c037..23cbeaa 100644
--- a/src/pages/projects.astro
+++ b/src/pages/projects.astro
@@ -4,29 +4,29 @@ import Project from "@components/Project.astro";
---
-
-
-
-
- A complete "batteries included" framework streamlining the
- process of Minecraft plugin development. Enabling developers
- to make impressive plugins with ease!
-
-
-
-
- ????????? ???? ??????? ????? ???????? ??????
-
-
-
+
+
+
+ A complete "batteries included" framework streamlining the
+ process of Minecraft plugin development. Enabling developers to
+ make impressive plugins with ease!
+
+
+ ????????? ???? ??????? ????? ???????? ??????
+
+