@@ -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