);
})}
- {/* Load More Button */}
- {numProjects < totalProjects && (
+
+ {numProjects < filteredData.length && (
diff --git a/src/database/data.json b/src/database/data.json
index 33648ee..356714c 100644
--- a/src/database/data.json
+++ b/src/database/data.json
@@ -48,4 +48,11 @@
"description": "Wind-Tails, an Open Source application for Tailwind CSS Prebuilt Components. You don't need to go anywhere to search for your required tailwind classes. Find here, a visual representation of the effects of various classes, along with a playground which shows in real-time the effect of tweaking various parameters of the class",
"ghLink": "https://github.com/dcryptoniun/Wind-Tails"
}
+
+ {
+ "name": "First-Contributions",
+ "description": "A project to help you make your first open-source contribution.",
+ "url": "https://github.com/firstcontributions/first-contributions",
+ "category": "Documentation"
+ }
]