Skip to content

Commit f7c9500

Browse files
authored
Merge pull request #764 from Ronaldo-001/fix-giveaway-page
removed two cards from giveaway page
2 parents 633b36c + 0001c55 commit f7c9500

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)