@@ -305,15 +305,6 @@ const DashboardContent: React.FC = () => {
305305 const mockLeaderboardData : LeaderboardEntry [ ] = [
306306 {
307307 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 ,
317308 name : "Vansh Codes" ,
318309 avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
319310 contributions : 982 ,
@@ -322,7 +313,7 @@ const DashboardContent: React.FC = () => {
322313 github_url : "https://github.com/vansh-codes" ,
323314 } ,
324315 {
325- rank : 3 ,
316+ rank : 2 ,
326317 name : "Community Member" ,
327318 avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
328319 contributions : 756 ,
@@ -331,7 +322,7 @@ const DashboardContent: React.FC = () => {
331322 github_url : "https://github.com/example" ,
332323 } ,
333324 {
334- rank : 4 ,
325+ rank : 3 ,
335326 name : "Open Source Dev" ,
336327 avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
337328 contributions : 523 ,
@@ -340,7 +331,7 @@ const DashboardContent: React.FC = () => {
340331 github_url : "https://github.com/example2" ,
341332 } ,
342333 {
343- rank : 5 ,
334+ rank : 4 ,
344335 name : "Code Contributor" ,
345336 avatar : "https://avatars.githubusercontent.com/u/79542825?v=4" ,
346337 contributions : 401 ,
0 commit comments