@@ -305,15 +305,6 @@ const DashboardContent: React.FC = () => {
305
305
const mockLeaderboardData : LeaderboardEntry [ ] = [
306
306
{
307
307
rank : 1 ,
308
- name : "Sanjay Viswanathan" ,
309
- avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
310
- contributions : 1247 ,
311
- repositories : 15 ,
312
- achievements : [ "🏆 Top Contributor" , "⭐ 1000+ Stars" , "🎯 Maintainer" ] ,
313
- github_url : "https://github.com/sanjay-kv" ,
314
- } ,
315
- {
316
- rank : 2 ,
317
308
name : "Vansh Codes" ,
318
309
avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
319
310
contributions : 982 ,
@@ -322,7 +313,7 @@ const DashboardContent: React.FC = () => {
322
313
github_url : "https://github.com/vansh-codes" ,
323
314
} ,
324
315
{
325
- rank : 3 ,
316
+ rank : 2 ,
326
317
name : "Community Member" ,
327
318
avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
328
319
contributions : 756 ,
@@ -331,7 +322,7 @@ const DashboardContent: React.FC = () => {
331
322
github_url : "https://github.com/example" ,
332
323
} ,
333
324
{
334
- rank : 4 ,
325
+ rank : 3 ,
335
326
name : "Open Source Dev" ,
336
327
avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
337
328
contributions : 523 ,
@@ -340,7 +331,7 @@ const DashboardContent: React.FC = () => {
340
331
github_url : "https://github.com/example2" ,
341
332
} ,
342
333
{
343
- rank : 5 ,
334
+ rank : 4 ,
344
335
name : "Code Contributor" ,
345
336
avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
346
337
contributions : 401 ,
0 commit comments