diff --git a/src/components/sections/MinecraftProjects.tsx b/src/components/sections/MinecraftProjects.tsx
index 916dc9f..d854e4c 100644
--- a/src/components/sections/MinecraftProjects.tsx
+++ b/src/components/sections/MinecraftProjects.tsx
@@ -1,5 +1,3 @@
-
-
import { useState, useEffect } from "react";
import { motion } from "framer-motion";
import { mcProjects } from "../../data";
@@ -28,7 +26,6 @@ const MinecraftProjects = () => {
-
@@ -51,7 +48,11 @@ const MinecraftProjects = () => {
{proj.title}
{proj.downloads && (
- }>
+
+ }
+ >
{
)}
{proj.short_info}
-
- {proj.description}
-
-
}>
+
+ }
+ >
{
linkObj.name === "Github"
? "bg-[#5a4378] text-white hover:bg-[#5a4378]"
: linkObj.name === "MCPEDL"
- ? "bg-[#7CBB7C] text-[#242424] hover:bg-[#97C997] hover:text-[#383838]"
- : linkObj.name === "CurseForge"
- ? "bg-[#F5A184] text-[#242424] hover:bg-[#F7B39C] hover:text-[#383838]"
- : "bg-[#333] text-white hover:bg-[#333]"
+ ? "bg-[#7CBB7C] text-[#242424] hover:bg-[#97C997] hover:text-[#383838]"
+ : linkObj.name === "CurseForge"
+ ? "bg-[#F5A184] text-[#242424] hover:bg-[#F7B39C] hover:text-[#383838]"
+ : "bg-[#333] text-white hover:bg-[#333]"
}`}
>
{linkObj.name}