Skip to content

Commit 0aa3dd1

Browse files
authored
Merge pull request #863 from Adez017/Workflow
Fix the Spells on the dashboard
2 parents 0350bef + 2671aa9 commit 0aa3dd1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/pages/dashboard/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)