Skip to content

Commit 53ac8a1

Browse files
committed
removed two card from giveaway
1 parent 4d0cbef commit 53ac8a1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/pages/dashboard/giveaway/index.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -511,22 +511,6 @@ const GiveawayPage: React.FC = () => {
511511
contributions: 32,
512512
github_url: "https://github.com/Hemu21",
513513
badge: "🥉 Third Place"
514-
},
515-
{
516-
rank: 4,
517-
name: "contributor4",
518-
avatar: "https://avatars.githubusercontent.com/u/1?v=4",
519-
points: 1600,
520-
contributions: 28,
521-
github_url: "https://github.com/contributor4"
522-
},
523-
{
524-
rank: 5,
525-
name: "contributor5",
526-
avatar: "https://avatars.githubusercontent.com/u/2?v=4",
527-
points: 1400,
528-
contributions: 24,
529-
github_url: "https://github.com/contributor5"
530514
}
531515
];
532516

0 commit comments

Comments
 (0)