Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/dashboard/LeaderBoard/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default function LeaderBoard(): JSX.Element {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5 }}
>
<h1 className="title">recode hive Leaderboard</h1>
<h1 className="title">Recode Hive Leaderboard</h1>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was not a mistake this was done on purpose

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done on Purpose @sheikhlimon

<p className={`subtitle ${isDark ? "dark" : "light"}`}>
Top contributors across the <strong>{GITHUB_ORG}</strong>{" "}
organization
Expand Down
7 changes: 2 additions & 5 deletions src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -497,12 +497,9 @@ const DashboardContent: React.FC = () => {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.5 }}
>
<h1 className="dashboard-main-title">
recode hive Community Dashboard
</h1>
<h1 className="dashboard-main-title">Recode Hive Community Dashboard</h1>
<p className="dashboard-description">
Welcome to the recode hive community hub! Explore our stats,
engage in discussions, and connect with fellow contributors.
Welcome to the Recode Hive community hub! Explore our stats, engage in discussions, and connect with fellow contributors.
</p>

<section className="dashboard-stats-section">
Expand Down
Loading