-
Notifications
You must be signed in to change notification settings - Fork 116
Floating contributor count #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
@@ -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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above. |
||
> | ||
<img | ||
className="landing-community__image" | ||
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same |
||
our{" "} | ||
<span className="landing-community__link"> | ||
GitHub organization | ||
|
@@ -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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same |
||
<div className="external-link-indicator"> | ||
<span className="external-link-icon">↗</span> | ||
<small>Click to explore our GitHub</small> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ import { OurProjectsData } from "../../components/ourProjects"; | |
const projectsData: OurProjectsData = { | ||
tag: "Our Projects", | ||
title: "Explore Our Latest Projects and Innovations", | ||
description: "Discover our diverse projects showcasing all the begineer friendly opensource contributions, innovative applications. Each project represents our commitment to excellence and continuous learning.", | ||
description: "Discover our diverse projects showcasing all the beginner friendly opensource contributions, innovative applications. Each project represents our commitment to excellence and continuous learning.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Revert this changes as covered #686 |
||
items: [ | ||
{ | ||
title: "Awesome GitHub Profile", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert this change.