bump version to 4.2.0

This commit is contained in:
Amruth Pillai
2024-09-02 12:31:56 +02:00
parent df63f4b8a7
commit e3f3b8b464
59 changed files with 7549 additions and 6398 deletions

View File

@ -25,7 +25,7 @@ export const ContributorsSection = () => {
{loading && (
<div className="mx-auto flex max-w-5xl flex-wrap items-center justify-center gap-3">
{Array.from({ length: 30 })
{Array.from({ length: 40 })
.fill(0)
.map((_, index) => (
<motion.div