Skip to content

Commit b14f356

Browse files
updated
1 parent ec0495f commit b14f356

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/pages/dashboard/index.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
TrendingUp,
2525
Home,
2626
Trophy,
27+
Users,
2728
Gift,
2829
Calendar,
2930
BarChart3,
@@ -829,7 +830,7 @@ const DashboardContent: React.FC = () => {
829830
>
830831
<h4>GitHub API Rate Limit Reached</h4>
831832
<p>
832-
We've temporarily reached the GitHub API rate limit. The leaderboard
833+
We've temporarily reached the GitHub API rate limit. The contributors page
833834
will automatically refresh when the limit resets.
834835
</p>
835836
{retryTimer && (
@@ -1056,9 +1057,9 @@ const DashboardContent: React.FC = () => {
10561057
}}
10571058
>
10581059
<span className="menu-icon">
1059-
<Trophy size={18} />
1060+
<Users size={18} />
10601061
</span>
1061-
<span className="menu-text">Leaderboard</span>
1062+
<span className="menu-text">Contributors</span>
10621063
</div>
10631064
</div>
10641065
</div>
@@ -1119,9 +1120,9 @@ const DashboardContent: React.FC = () => {
11191120
onClick={() => handleTabChange("contributors")}
11201121
>
11211122
<span className="nav-icon">
1122-
<Trophy size={18} />
1123+
<Users size={18} />
11231124
</span>
1124-
<span className="nav-text">Leaderboard</span>
1125+
<span className="nav-text">Contributors</span>
11251126
</li>
11261127
</ul>
11271128
<div className="sidebar-footer">
@@ -1213,7 +1214,7 @@ const DashboardContent: React.FC = () => {
12131214
>
12141215
<div className="leaderboard-header">
12151216
<h2 className="leaderboard-title">
1216-
Top Contributors <span className="title-accent">Leaderboard</span>
1217+
Top Contributors <span className="title-accent">Board</span>
12171218
</h2>
12181219
<p className="leaderboard-description">
12191220
Celebrating our most active community members who make
@@ -1544,7 +1545,7 @@ const DashboardContent: React.FC = () => {
15441545
transition={{ duration: 0.6 }}
15451546
>
15461547
<h1 className="leaderboard-page-title">
1547-
RecodeHive <span className="highlight">Leaderboard</span>
1548+
RecodeHive <span className="highlight">Contributors</span>
15481549
</h1>
15491550
<p className="leaderboard-page-subtitle">
15501551
Live rankings from RecodeHive GitHub Organization • Updated
@@ -1619,7 +1620,7 @@ const DashboardContent: React.FC = () => {
16191620
</button>
16201621
)}
16211622
<p className="error-help">
1622-
Showing cached data below. The leaderboard will
1623+
Showing cached data below. The contributors page will
16231624
automatically refresh when possible.
16241625
</p>
16251626
</motion.div>

0 commit comments

Comments
 (0)