diff --git a/src/components/Community/index.tsx b/src/components/Community/index.tsx index b989b5b0..9d34126f 100644 --- a/src/components/Community/index.tsx +++ b/src/components/Community/index.tsx @@ -33,7 +33,7 @@ export const LandingCommunity: FC = ({ 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 = ({ className }) => { handleCardClick("https://github.com/recodehive"); } }} - title="Click to visit RecodHive GitHub Organization" + title="Click to visit Recode Hive GitHub Organization" > = ({ className }) => { loading="lazy" />
- 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{" "} GitHub organization @@ -147,7 +147,7 @@ export const LandingCommunity: FC = ({ className }) => { contributors and maintainers {" "} - powering RecodHive's growth. + powering Recode Hive's growth.
Click to explore our GitHub diff --git a/src/components/FloatingContributors/FloatingContributors.css b/src/components/FloatingContributors/FloatingContributors.css index 755b56bb..e416bf53 100644 --- a/src/components/FloatingContributors/FloatingContributors.css +++ b/src/components/FloatingContributors/FloatingContributors.css @@ -784,13 +784,20 @@ display: flex; align-items: center; justify-content: center; - font-size: 11px; + font-size: 8px; font-weight: 600; color: rgba(255, 255, 255, 0.7); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; } +.contributors-more span { + font-size: 8px; + line-height: 1; + display: inline-block; + text-align: center; +} + .contributors-more:hover { background: rgba(102, 126, 234, 0.2); border-color: rgba(102, 126, 234, 0.5); @@ -986,6 +993,13 @@ font-size: 10px; } +.contributors-more span { + font-size: 6.5px; + line-height: 1; + display: inline-block; + text-align: center; +} + .contributors-cta { padding: 10px 14px; font-size: 13px; @@ -1042,6 +1056,13 @@ height: 24px; font-size: 9px; } + + .contributors-more span { + font-size: 6.5px; + line-height: 1; + display: inline-block; + text-align: center; + } } /* Extra small screens */ diff --git a/src/database/projects/projects.tsx b/src/database/projects/projects.tsx index a8655abe..89ec777c 100644 --- a/src/database/projects/projects.tsx +++ b/src/database/projects/projects.tsx @@ -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.", items: [ { title: "Awesome GitHub Profile",