|
16 | 16 | > |
17 | 17 | <template #default="{ observer }"> |
18 | 18 | <lfx-scroll-view |
19 | | - id="active-contributors" |
| 19 | + id="contributors-leaderboard" |
20 | 20 | :observer="observer" |
21 | 21 | > |
22 | | - <lfx-project-active-contributors /> |
| 22 | + <lfx-project-contributors-leaderboard /> |
23 | 23 | </lfx-scroll-view> |
24 | 24 | <lfx-scroll-view |
25 | | - id="active-organizations" |
| 25 | + id="organizations-leaderboard" |
26 | 26 | :observer="observer" |
27 | 27 | > |
28 | | - <lfx-project-active-organizations /> |
| 28 | + <lfx-project-organizations-leaderboard /> |
29 | 29 | </lfx-scroll-view> |
30 | 30 | <lfx-scroll-view |
31 | | - id="contributors-leaderboard" |
| 31 | + id="active-contributors" |
32 | 32 | :observer="observer" |
33 | 33 | > |
34 | | - <lfx-project-contributors-leaderboard /> |
| 34 | + <lfx-project-active-contributors /> |
35 | 35 | </lfx-scroll-view> |
36 | 36 | <lfx-scroll-view |
37 | | - id="organizations-leaderboard" |
| 37 | + id="active-organizations" |
38 | 38 | :observer="observer" |
39 | 39 | > |
40 | | - <lfx-project-organizations-leaderboard /> |
| 40 | + <lfx-project-active-organizations /> |
41 | 41 | </lfx-scroll-view> |
42 | 42 | <lfx-scroll-view |
43 | 43 | id="contributor-dependency" |
@@ -99,10 +99,10 @@ import LfxScrollArea from '~/components/uikit/scroll-view/scroll-area.vue'; |
99 | 99 | import useScroll from '~/components/shared/utils/scroll'; |
100 | 100 |
|
101 | 101 | const sideNavItems = [ |
102 | | - { label: 'Active Contributors', key: 'active-contributors' }, |
103 | | - { label: 'Active Organizations', key: 'active-organizations' }, |
104 | 102 | { label: 'Contributors Leaderboard', key: 'contributors-leaderboard' }, |
105 | 103 | { label: 'Organizations Leaderboard', key: 'organizations-leaderboard' }, |
| 104 | + { label: 'Active Contributors', key: 'active-contributors' }, |
| 105 | + { label: 'Active Organizations', key: 'active-organizations' }, |
106 | 106 | { label: 'Contributor Dependency', key: 'contributor-dependency' }, |
107 | 107 | { label: 'Organization Dependency', key: 'organization-dependency' }, |
108 | 108 | { label: 'Retention', key: 'retention' }, |
|
0 commit comments