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 {
331331 animate = { { opacity : 1 , y : 0 } }
332332 transition = { { duration : 0.5 } }
333333 >
334- < h1 className = "title" > recode hive Leaderboard</ h1 >
334+ < h1 className = "title" > Recode Hive Leaderboard</ h1 >
335335 < p className = { `subtitle ${ isDark ? "dark" : "light" } ` } >
336336 Top contributors across the < strong > { GITHUB_ORG } </ strong > { " " }
337337 organization
Original file line number Diff line number Diff line change @@ -497,12 +497,9 @@ const DashboardContent: React.FC = () => {
497497 animate = { { opacity : 1 , y : 0 } }
498498 transition = { { duration : 0.5 } }
499499 >
500- < h1 className = "dashboard-main-title" >
501- recode hive Community Dashboard
502- </ h1 >
500+ < h1 className = "dashboard-main-title" > Recode Hive Community Dashboard</ h1 >
503501 < 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.
506503 </ p >
507504
508505 < section className = "dashboard-stats-section" >
You can’t perform that action at this time.
0 commit comments