Skip to content

Commit 06b1e62

Browse files
authored
Merge pull request #677 from gmarav05/typo-RecodHive
Fixes typo of RecodHive to Recode Hive
2 parents 581b3aa + bf08805 commit 06b1e62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Community/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
3333
{
3434
stat: githubReposCount,
3535
statText: githubReposCountText,
36-
description: "Live public projects on RecodHive, demonstrating the power of open-source collaboration.",
36+
description: "Live public projects on Recode Hive, demonstrating the power of open-source collaboration.",
3737
href: "https://github.com/orgs/recodehive/repositories?q=visibility%3Apublic+archived%3Afalse",
3838
label: "Public Repositories"
3939
},
@@ -129,7 +129,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
129129
handleCardClick("https://github.com/recodehive");
130130
}
131131
}}
132-
title="Click to visit RecodHive GitHub Organization"
132+
title="Click to visit Recode Hive GitHub Organization"
133133
>
134134
<img
135135
className="landing-community__image"
@@ -138,7 +138,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
138138
loading="lazy"
139139
/>
140140
<div className="landing-community__info-text">
141-
Our developers are the core of RecodHive community. We take pride in
141+
Our developers are the core of Recode Hive community. We take pride in
142142
our{" "}
143143
<span className="landing-community__link">
144144
GitHub organization
@@ -147,7 +147,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
147147
<span className="landing-community__link">
148148
contributors and maintainers
149149
</span>{" "}
150-
powering RecodHive's growth.
150+
powering Recode Hive's growth.
151151
<div className="external-link-indicator">
152152
<span className="external-link-icon"></span>
153153
<small>Click to explore our GitHub</small>

0 commit comments

Comments
 (0)