Skip to content
Merged
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
8 changes: 4 additions & 4 deletions src/components/Community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
{
stat: githubReposCount,
statText: githubReposCountText,
description: "Live public projects on RecodHive, demonstrating the power of open-source collaboration.",
description: "Live public projects on Recode Hive, demonstrating the power of open-source collaboration.",
href: "https://github.com/orgs/recodehive/repositories?q=visibility%3Apublic+archived%3Afalse",
label: "Public Repositories"
},
Expand Down Expand Up @@ -129,7 +129,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
handleCardClick("https://github.com/recodehive");
}
}}
title="Click to visit RecodHive GitHub Organization"
title="Click to visit Recode Hive GitHub Organization"
>
<img
className="landing-community__image"
Expand All @@ -138,7 +138,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
loading="lazy"
/>
<div className="landing-community__info-text">
Our developers are the core of RecodHive community. We take pride in
Our developers are the core of Recode Hive community. We take pride in
our{" "}
<span className="landing-community__link">
GitHub organization
Expand All @@ -147,7 +147,7 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
<span className="landing-community__link">
contributors and maintainers
</span>{" "}
powering RecodHive's growth.
powering Recode Hive's growth.
<div className="external-link-indicator">
<span className="external-link-icon">↗</span>
<small>Click to explore our GitHub</small>
Expand Down
Loading