mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
release: v4.1.0
This commit is contained in:
@ -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(30)
|
||||
{Array.from({ length: 30 })
|
||||
.fill(0)
|
||||
.map((_, index) => (
|
||||
<motion.div
|
||||
|
||||
Reference in New Issue
Block a user