Skip to content
Closed
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
4 changes: 2 additions & 2 deletions src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const HeaderContent = () => {
className="gradient__text"
>
<ParticlesComponent />
Level Up Skills with <br /> recode hive
Level Up Skills with <br /> Recode hive
</motion.h1>

<motion.p
Expand All @@ -35,7 +35,7 @@ const HeaderContent = () => {
delay: 0.2,
}}
>
recode hive helps you get started with open-source contributions. We’ve
Recode hive helps you get started with open-source contributions. We’ve
built an inclusive community with people from around the world. Join us
to earn while learning — everything made simpler and more practical.
</motion.p>
Expand Down
Loading