File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
components/dashboard/LeaderBoard Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ export default function LeaderBoard(): JSX.Element {
331
331
animate = { { opacity : 1 , y : 0 } }
332
332
transition = { { duration : 0.5 } }
333
333
>
334
- < h1 className = "title" > recode hive Leaderboard</ h1 >
334
+ < h1 className = "title" > Recode Hive Leaderboard</ h1 >
335
335
< p className = { `subtitle ${ isDark ? "dark" : "light" } ` } >
336
336
Top contributors across the < strong > { GITHUB_ORG } </ strong > { " " }
337
337
organization
Original file line number Diff line number Diff line change @@ -497,12 +497,9 @@ const DashboardContent: React.FC = () => {
497
497
animate = { { opacity : 1 , y : 0 } }
498
498
transition = { { duration : 0.5 } }
499
499
>
500
- < h1 className = "dashboard-main-title" >
501
- recode hive Community Dashboard
502
- </ h1 >
500
+ < h1 className = "dashboard-main-title" > Recode Hive Community Dashboard</ h1 >
503
501
< p className = "dashboard-description" >
504
- Welcome to the recode hive community hub! Explore our stats,
505
- engage in discussions, and connect with fellow contributors.
502
+ Welcome to the Recode Hive community hub! Explore our stats, engage in discussions, and connect with fellow contributors.
506
503
</ p >
507
504
508
505
< section className = "dashboard-stats-section" >
You can’t perform that action at this time.
0 commit comments